Html Css Color HEX #FC7831 Burnt Orange

📋 copy color: '#FC7831'

red 252 ◦ green 120 ◦ blue 49

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

Shades of Burnt Orange #FC7831

Tints of Burnt Orange #FC7831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 59.86%
G = 28.5%
B = 11.64%

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

#FC7831 (or 0xFC7831) is known color: Burnt Orange. HEX triplet: FC, 78 and 31. RGB value is (252,120,49). Sum of RGB (Red+Green+Blue) = 252+120+49=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7831 is #0387CE. Grayscale: #979797. Windows color (decimal): -231375 or 3242236. OLE color: 3242236.

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

Color convert

RGB 252 120 49 -
CMYK 0 0.52 0.81 0.01
HSL 20.99º 0.97% 0.59% -
HSV(B) 20.99º 0.81% 0.99% -
XYZ 47.42 34.35 7.04 -
YUV 151.37 70.23 199.77 -
System Red Green Blue C M Y K H S L
Decimal 252 120 49 0 0.52 0.81 0.01 20.99 0.97 0.59
Hex FC 78 31 0 34 51 1 15 61 3B
Octal 374 170 61 0 64 121 1 25 141 73
Binary 11111100 1111000 110001 0 110100 1010001 1 10101 1100001 111011

Color Harmonies of #FC7831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7831

Black with #FC7831

Text Example


Text Example

White with #FC7831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7831; }

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

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

background-color css

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

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

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

border-color css

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

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

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