Html Css Color HEX #FC4414 Orange Red

📋 copy color: '#FC4414'

red 252 ◦ green 68 ◦ blue 20

#FC4414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #FC4414

Tints of Orange Red #FC4414

RGB

 RED value IS 252 (98.83% from 255) = 74.12%

 GREEN value IS 68 (26.95% from 255) = 20%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 74.12%
G = 20%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC4414 (or 0xFC4414) is known color: Orange Red. HEX triplet: FC, 44 and 14. RGB value is (252,68,20). Sum of RGB (Red+Green+Blue) = 252+68+20=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4414 is #03BBEB. Grayscale: #757575. Windows color (decimal): -244716 or 1328380. OLE color: 1328380.

HSL color Cylindrical-coordinate representation of color #FC4414: hue angle of 12.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC4414 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 68 20 -
CMYK 0 0.73 0.92 0.01
HSL 12.41º 0.97% 0.53% -
HSV(B) 12.41º 0.92% 0.99% -
XYZ 42.34 24.88 3.23 -
YUV 117.54 72.96 223.9 -
System Red Green Blue C M Y K H S L
Decimal 252 68 20 0 0.73 0.92 0.01 12.41 0.97 0.53
Hex FC 44 14 0 49 5C 1 C 61 35
Octal 374 104 24 0 111 134 1 14 141 65
Binary 11111100 1000100 10100 0 1001001 1011100 1 1100 1100001 110101

Color Harmonies of #FC4414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4414

Black with #FC4414

Text Example


Text Example

White with #FC4414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4414; }

 p { color: rgb(252,68,20); }

 H1.HeaderClassName
 {
   color: #FC4414;
 }
 .AnyTagClassName
 {
   color: #FC4414;
 }
</style>

background-color css

<style>
 a { background-color: #FC4414; }

 a { background-color: rgb(252,68,20); }

 div.DivClassName
 {
   background-color: #FC4414;
 }
 .BgClassName
 {
   background-color: #FC4414;
 }
</style>

border-color css

<style>
 span { border-color: #FC4414; }

 span { border-color: rgb(252,68,20); }

 td.TdClassName
 {
   border-color: #FC4414;
 }
 .TagClassName
 {
   border-color: #FC4414;
 }
</style>