Html Css Color HEX #FC6E3E Burnt Orange

📋 copy color: '#FC6E3E'

red 252 ◦ green 110 ◦ blue 62

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

Shades of Burnt Orange #FC6E3E

Tints of Burnt Orange #FC6E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.62%

R = 59.43%
G = 25.94%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC6E3E (or 0xFC6E3E) is known color: Burnt Orange. HEX triplet: FC, 6E and 3E. RGB value is (252,110,62). Sum of RGB (Red+Green+Blue) = 252+110+62=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E3E is #0391C1. Grayscale: #939393. Windows color (decimal): -233922 or 4091644. OLE color: 4091644.

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

Color convert

RGB 252 110 62 -
CMYK 0 0.56 0.75 0.01
HSL 15.16º 0.97% 0.62% -
HSV(B) 15.16º 0.75% 0.99% -
XYZ 46.59 32.2 8.32 -
YUV 146.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 252 110 62 0 0.56 0.75 0.01 15.16 0.97 0.62
Hex FC 6E 3E 0 38 4B 1 F 61 3E
Octal 374 156 76 0 70 113 1 17 141 76
Binary 11111100 1101110 111110 0 111000 1001011 1 1111 1100001 111110

Color Harmonies of #FC6E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E3E

Black with #FC6E3E

Text Example


Text Example

White with #FC6E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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