Html Css Color HEX #FC4928 Red Orange

📋 copy color: '#FC4928'

red 252 ◦ green 73 ◦ blue 40

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

Shades of Red Orange #FC4928

Tints of Red Orange #FC4928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.96%

R = 69.04%
G = 20%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC4928 (or 0xFC4928) is known color: Red Orange. HEX triplet: FC, 49 and 28. RGB value is (252,73,40). Sum of RGB (Red+Green+Blue) = 252+73+40=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4928 is #03B6D7. Grayscale: #7B7B7B. Windows color (decimal): -243416 or 2640380. OLE color: 2640380.

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

Color convert

RGB 252 73 40 -
CMYK 0 0.71 0.84 0.01
HSL 9.34º 0.97% 0.57% -
HSV(B) 9.34º 0.84% 0.99% -
XYZ 42.91 25.61 4.69 -
YUV 122.76 81.3 220.18 -
System Red Green Blue C M Y K H S L
Decimal 252 73 40 0 0.71 0.84 0.01 9.34 0.97 0.57
Hex FC 49 28 0 47 54 1 9 61 39
Octal 374 111 50 0 107 124 1 11 141 71
Binary 11111100 1001001 101000 0 1000111 1010100 1 1001 1100001 111001

Color Harmonies of #FC4928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4928

Black with #FC4928

Text Example


Text Example

White with #FC4928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4928; }

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

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

background-color css

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

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

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

border-color css

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

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

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