Html Css Color HEX #FC7D31 Burnt Orange

📋 copy color: '#FC7D31'

red 252 ◦ green 125 ◦ blue 49

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

Shades of Burnt Orange #FC7D31

Tints of Burnt Orange #FC7D31

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

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

R = 59.15%
G = 29.34%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC7D31 (or 0xFC7D31) is known color: Burnt Orange. HEX triplet: FC, 7D and 31. RGB value is (252,125,49). Sum of RGB (Red+Green+Blue) = 252+125+49=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D31 is #0382CE. Grayscale: #9A9A9A. Windows color (decimal): -230095 or 3243516. OLE color: 3243516.

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

Color convert

RGB 252 125 49 -
CMYK 0 0.50 0.81 0.01
HSL 22.46º 0.97% 0.59% -
HSV(B) 22.46º 0.81% 0.99% -
XYZ 48.03 35.58 7.24 -
YUV 154.31 68.58 197.68 -
System Red Green Blue C M Y K H S L
Decimal 252 125 49 0 0.50 0.81 0.01 22.46 0.97 0.59
Hex FC 7D 31 0 32 51 1 16 61 3B
Octal 374 175 61 0 62 121 1 26 141 73
Binary 11111100 1111101 110001 0 110010 1010001 1 10110 1100001 111011

Color Harmonies of #FC7D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D31

Black with #FC7D31

Text Example


Text Example

White with #FC7D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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