Html Css Color HEX #FE6E32 Burnt Orange

📋 copy color: '#FE6E32'

red 254 ◦ green 110 ◦ blue 50

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

Shades of Burnt Orange #FE6E32

Tints of Burnt Orange #FE6E32

RGB

 RED value IS 254 (99.61% from 255) = 61.35%

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

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

R = 61.35%
G = 26.57%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE6E32 (or 0xFE6E32) is known color: Burnt Orange. HEX triplet: FE, 6E and 32. RGB value is (254,110,50). Sum of RGB (Red+Green+Blue) = 254+110+50=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6E32 is #0191CD. Grayscale: #929292. Windows color (decimal): -102862 or 3305214. OLE color: 3305214.

HSL color Cylindrical-coordinate representation of color #FE6E32: hue angle of 17.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE6E32 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 110 50 -
CMYK 0 0.57 0.80 0.00
HSL 17.65º 0.99% 0.6% -
HSV(B) 17.65º 0.8% 1% -
XYZ 47.02 32.45 6.8 -
YUV 146.22 73.71 204.88 -
System Red Green Blue C M Y K H S L
Decimal 254 110 50 0 0.57 0.80 0.00 17.65 0.99 0.6
Hex FE 6E 32 0 39 50 0 12 63 3C
Octal 376 156 62 0 71 120 0 22 143 74
Binary 11111110 1101110 110010 0 111001 1010000 0 10010 1100011 111100

Color Harmonies of #FE6E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6E32

Black with #FE6E32

Text Example


Text Example

White with #FE6E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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