color codes Logo

#f74e1d color codes

#F74E1D
(247,78,29)
0 Favorites   0 Comments

Color spaces of #f74e1d

RGB 2477829
HSL0.040.930.54
HSV13°88°97°
CMYK 0.000.680.88   0.03
XYZ41.303925.31163.8711
Yxy25.31160.58600.3591
Hunter Lab50.310658.500930.6554
CIE-Lab57.377862.438860.7494

#f74e1d color RGB value is (247,78,29).

#f74e1d hex color red value is 247, green value is 78 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #f74e1d hue: 0.04 , saturation: 0.93 and the lightness value of f74e1d is 0.54.

The process color (four color CMYK) of #f74e1d color code is 0.00, 0.68, 0.88, 0.03. Web safe color of #f74e1d is #ff6633. Color #f74e1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001110 00011101
Octal 367 116 35
Decimal 247 78 29
Hex F7 4E 1D

RGB Percentages of Color #f74e1d

%69.77
%22.03
%8.19

CMYK Percentages of Color #f74e1d

%0
%68
%88
%3

Triadic Colors of #f74e1d

#f74e1d #1df74e #4e1df7

Analogous Colors of #f74e1d

#f74e1d #f7bb1d #f71d59

Monochromatic Colors of #f74e1d

#f74e1d

Complementary Color

#f74e1d #1dc6f7

#f74e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74e1d Color CSS Codes

.mybgcolor {background-color:#f74e1d; } 
.myforecolor {color:#f74e1d; }
.mybordercolor {border:3px solid #f74e1d; }

#f74e1d Text Font Color

<p style="color:#f74e1d">Text here</p>

This sample text font color is #f74e1d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f74e1d Background Color

<div style="background-color:#f74e1d">
Div content here</div>

This div background color is #f74e1d


#f74e1d Border Color

<div style="border:3px solid #f74e1d">
Div here</div>

This div border color is #f74e1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,78,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f74e1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f74e1d;
  -webkit-box-shadow: 1px 1px 3px 2px #f74e1d;
  box-shadow:         1px 1px 3px 2px #f74e1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,78,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f74e1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f74e1d;
  -webkit-box-shadow: 1px 1px 3px 2px #f74e1d;
  box-shadow:         1px 1px 3px 2px #f74e1d;">
Div content here</div>

This div box has shadow with color #f74e1d


Comments

No comments written yet.

Please login to write comment.