Html Css Color HEX #FC7A31 Burnt Orange

📋 copy color: '#FC7A31'

red 252 ◦ green 122 ◦ blue 49

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

Shades of Burnt Orange #FC7A31

Tints of Burnt Orange #FC7A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 59.57%
G = 28.84%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC7A31 (or 0xFC7A31) is known color: Burnt Orange. HEX triplet: FC, 7A and 31. RGB value is (252,122,49). Sum of RGB (Red+Green+Blue) = 252+122+49=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A31 is #0385CE. Grayscale: #989898. Windows color (decimal): -230863 or 3242748. OLE color: 3242748.

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

Color convert

RGB 252 122 49 -
CMYK 0 0.52 0.81 0.01
HSL 21.58º 0.97% 0.59% -
HSV(B) 21.58º 0.81% 0.99% -
XYZ 47.66 34.84 7.12 -
YUV 152.55 69.57 198.94 -
System Red Green Blue C M Y K H S L
Decimal 252 122 49 0 0.52 0.81 0.01 21.58 0.97 0.59
Hex FC 7A 31 0 34 51 1 16 61 3B
Octal 374 172 61 0 64 121 1 26 141 73
Binary 11111100 1111010 110001 0 110100 1010001 1 10110 1100001 111011

Color Harmonies of #FC7A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A31

Black with #FC7A31

Text Example


Text Example

White with #FC7A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A31; }

 p { color: rgb(252,122,49); }

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

background-color css

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

 a { background-color: rgb(252,122,49); }

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

border-color css

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

 span { border-color: rgb(252,122,49); }

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