Html Css Color HEX #FC7227 Burnt Orange

📋 copy color: '#FC7227'

red 252 ◦ green 114 ◦ blue 39

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

Shades of Burnt Orange #FC7227

Tints of Burnt Orange #FC7227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 62.22%
G = 28.15%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC7227 (or 0xFC7227) is known color: Burnt Orange. HEX triplet: FC, 72 and 27. RGB value is (252,114,39). Sum of RGB (Red+Green+Blue) = 252+114+39=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7227 is #038DD8. Grayscale: #939393. Windows color (decimal): -232921 or 2585340. OLE color: 2585340.

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

Color convert

RGB 252 114 39 -
CMYK 0 0.55 0.85 0.01
HSL 21.13º 0.97% 0.57% -
HSV(B) 21.13º 0.85% 0.99% -
XYZ 46.53 32.88 5.81 -
YUV 146.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 252 114 39 0 0.55 0.85 0.01 21.13 0.97 0.57
Hex FC 72 27 0 37 55 1 15 61 39
Octal 374 162 47 0 67 125 1 25 141 71
Binary 11111100 1110010 100111 0 110111 1010101 1 10101 1100001 111001

Color Harmonies of #FC7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7227

Black with #FC7227

Text Example


Text Example

White with #FC7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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