Html Css Color HEX #FC4914 Orange Red

📋 copy color: '#FC4914'

red 252 ◦ green 73 ◦ blue 20

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

Shades of Orange Red #FC4914

Tints of Orange Red #FC4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

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

R = 73.04%
G = 21.16%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC4914 (or 0xFC4914) is known color: Orange Red. HEX triplet: FC, 49 and 14. RGB value is (252,73,20). Sum of RGB (Red+Green+Blue) = 252+73+20=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4914 is #03B6EB. Grayscale: #787878. Windows color (decimal): -243436 or 1329660. OLE color: 1329660.

HSL color Cylindrical-coordinate representation of color #FC4914: hue angle of 13.71º 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 #FC4914 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 73 20 -
CMYK 0 0.71 0.92 0.01
HSL 13.71º 0.97% 0.53% -
HSV(B) 13.71º 0.92% 0.99% -
XYZ 42.65 25.51 3.34 -
YUV 120.48 71.3 221.81 -
System Red Green Blue C M Y K H S L
Decimal 252 73 20 0 0.71 0.92 0.01 13.71 0.97 0.53
Hex FC 49 14 0 47 5C 1 E 61 35
Octal 374 111 24 0 107 134 1 16 141 65
Binary 11111100 1001001 10100 0 1000111 1011100 1 1110 1100001 110101

Color Harmonies of #FC4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4914

Black with #FC4914

Text Example


Text Example

White with #FC4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4914; }

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

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

background-color css

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

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

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

border-color css

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

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

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