Html Css Color HEX #FC7228 Burnt Orange

📋 copy color: '#FC7228'

red 252 ◦ green 114 ◦ blue 40

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

Shades of Burnt Orange #FC7228

Tints of Burnt Orange #FC7228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 62.07%
G = 28.08%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7228 (or 0xFC7228) is known color: Burnt Orange. HEX triplet: FC, 72 and 28. RGB value is (252,114,40). Sum of RGB (Red+Green+Blue) = 252+114+40=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7228 is #038DD7. Grayscale: #939393. Windows color (decimal): -232920 or 2650876. OLE color: 2650876.

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

Color convert

RGB 252 114 40 -
CMYK 0 0.55 0.84 0.01
HSL 20.94º 0.97% 0.57% -
HSV(B) 20.94º 0.84% 0.99% -
XYZ 46.55 32.88 5.9 -
YUV 146.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 252 114 40 0 0.55 0.84 0.01 20.94 0.97 0.57
Hex FC 72 28 0 37 54 1 15 61 39
Octal 374 162 50 0 67 124 1 25 141 71
Binary 11111100 1110010 101000 0 110111 1010100 1 10101 1100001 111001

Color Harmonies of #FC7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7228

Black with #FC7228

Text Example


Text Example

White with #FC7228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7228; }

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

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

background-color css

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

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

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

border-color css

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

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

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