Html Css Color HEX #FC4905 Orange Red

📋 copy color: '#FC4905'

red 252 ◦ green 73 ◦ blue 5

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

Shades of Orange Red #FC4905

Tints of Orange Red #FC4905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 76.36%
G = 22.12%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC4905 (or 0xFC4905) is known color: Orange Red. HEX triplet: FC, 49 and 05. RGB value is (252,73,5). Sum of RGB (Red+Green+Blue) = 252+73+5=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4905 is #03B6FA. Grayscale: #777777. Windows color (decimal): -243451 or 346620. OLE color: 346620.

HSL color Cylindrical-coordinate representation of color #FC4905: hue angle of 16.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4905 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 73 5 -
CMYK 0 0.71 0.98 0.01
HSL 16.52º 0.98% 0.5% -
HSV(B) 16.52º 0.98% 0.99% -
XYZ 42.55 25.47 2.82 -
YUV 118.77 63.8 223.03 -
System Red Green Blue C M Y K H S L
Decimal 252 73 5 0 0.71 0.98 0.01 16.52 0.98 0.5
Hex FC 49 5 0 47 62 1 11 62 32
Octal 374 111 5 0 107 142 1 21 142 62
Binary 11111100 1001001 101 0 1000111 1100010 1 10001 1100010 110010

Color Harmonies of #FC4905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4905

Black with #FC4905

Text Example


Text Example

White with #FC4905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4905; }

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

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

background-color css

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

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

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

border-color css

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

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

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