Html Css Color HEX #FC6E32 Burnt Orange

📋 copy color: '#FC6E32'

red 252 ◦ green 110 ◦ blue 50

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

Shades of Burnt Orange #FC6E32

Tints of Burnt Orange #FC6E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 61.17%
G = 26.7%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC6E32 (or 0xFC6E32) is known color: Burnt Orange. HEX triplet: FC, 6E and 32. RGB value is (252,110,50). Sum of RGB (Red+Green+Blue) = 252+110+50=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E32 is #0391CD. Grayscale: #929292. Windows color (decimal): -233934 or 3305212. OLE color: 3305212.

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

Color convert

RGB 252 110 50 -
CMYK 0 0.56 0.80 0.01
HSL 17.82º 0.97% 0.59% -
HSV(B) 17.82º 0.8% 0.99% -
XYZ 46.3 32.08 6.77 -
YUV 145.62 74.04 203.88 -
System Red Green Blue C M Y K H S L
Decimal 252 110 50 0 0.56 0.80 0.01 17.82 0.97 0.59
Hex FC 6E 32 0 38 50 1 12 61 3B
Octal 374 156 62 0 70 120 1 22 141 73
Binary 11111100 1101110 110010 0 111000 1010000 1 10010 1100001 111011

Color Harmonies of #FC6E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E32

Black with #FC6E32

Text Example


Text Example

White with #FC6E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E32; }

 p { color: rgb(252,110,50); }

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

background-color css

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

 a { background-color: rgb(252,110,50); }

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

border-color css

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

 span { border-color: rgb(252,110,50); }

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