Html Css Color HEX #FC6E29 Burnt Orange

📋 copy color: '#FC6E29'

red 252 ◦ green 110 ◦ blue 41

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

Shades of Burnt Orange #FC6E29

Tints of Burnt Orange #FC6E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.17%

R = 62.53%
G = 27.3%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6E29 (or 0xFC6E29) is known color: Burnt Orange. HEX triplet: FC, 6E and 29. RGB value is (252,110,41). Sum of RGB (Red+Green+Blue) = 252+110+41=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E29 is #0391D6. Grayscale: #919191. Windows color (decimal): -233943 or 2715388. OLE color: 2715388.

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

Color convert

RGB 252 110 41 -
CMYK 0 0.56 0.84 0.01
HSL 19.62º 0.97% 0.57% -
HSV(B) 19.62º 0.84% 0.99% -
XYZ 46.12 32.01 5.85 -
YUV 144.59 69.54 204.61 -
System Red Green Blue C M Y K H S L
Decimal 252 110 41 0 0.56 0.84 0.01 19.62 0.97 0.57
Hex FC 6E 29 0 38 54 1 14 61 39
Octal 374 156 51 0 70 124 1 24 141 71
Binary 11111100 1101110 101001 0 111000 1010100 1 10100 1100001 111001

Color Harmonies of #FC6E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E29

Black with #FC6E29

Text Example


Text Example

White with #FC6E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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