Html Css Color HEX #FC6E3B Burnt Orange

📋 copy color: '#FC6E3B'

red 252 ◦ green 110 ◦ blue 59

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

Shades of Burnt Orange #FC6E3B

Tints of Burnt Orange #FC6E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.01%

R = 59.86%
G = 26.13%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC6E3B (or 0xFC6E3B) is known color: Burnt Orange. HEX triplet: FC, 6E and 3B. RGB value is (252,110,59). Sum of RGB (Red+Green+Blue) = 252+110+59=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E3B is #0391C4. Grayscale: #929292. Windows color (decimal): -233925 or 3895036. OLE color: 3895036.

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

Color convert

RGB 252 110 59 -
CMYK 0 0.56 0.77 0.01
HSL 15.85º 0.97% 0.61% -
HSV(B) 15.85º 0.77% 0.99% -
XYZ 46.51 32.16 7.89 -
YUV 146.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 252 110 59 0 0.56 0.77 0.01 15.85 0.97 0.61
Hex FC 6E 3B 0 38 4D 1 10 61 3D
Octal 374 156 73 0 70 115 1 20 141 75
Binary 11111100 1101110 111011 0 111000 1001101 1 10000 1100001 111101

Color Harmonies of #FC6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E3B

Black with #FC6E3B

Text Example


Text Example

White with #FC6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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