Html Css Color HEX #FC4805 Orange Red

📋 copy color: '#FC4805'

red 252 ◦ green 72 ◦ blue 5

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

Shades of Orange Red #FC4805

Tints of Orange Red #FC4805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 76.6%
G = 21.88%
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

#FC4805 (or 0xFC4805) is known color: Orange Red. HEX triplet: FC, 48 and 05. RGB value is (252,72,5). Sum of RGB (Red+Green+Blue) = 252+72+5=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4805 is #03B7FA. Grayscale: #767676. Windows color (decimal): -243707 or 346364. OLE color: 346364.

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

Color convert

RGB 252 72 5 -
CMYK 0 0.71 0.98 0.01
HSL 16.28º 0.98% 0.5% -
HSV(B) 16.28º 0.98% 0.99% -
XYZ 42.49 25.34 2.8 -
YUV 118.18 64.13 223.45 -
System Red Green Blue C M Y K H S L
Decimal 252 72 5 0 0.71 0.98 0.01 16.28 0.98 0.5
Hex FC 48 5 0 47 62 1 10 62 32
Octal 374 110 5 0 107 142 1 20 142 62
Binary 11111100 1001000 101 0 1000111 1100010 1 10000 1100010 110010

Color Harmonies of #FC4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4805

Black with #FC4805

Text Example


Text Example

White with #FC4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4805; }

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

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

background-color css

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

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

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

border-color css

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

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

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