Html Css Color HEX #FE6932 Burnt Orange

📋 copy color: '#FE6932'

red 254 ◦ green 105 ◦ blue 50

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

Shades of Burnt Orange #FE6932

Tints of Burnt Orange #FE6932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 62.1%
G = 25.67%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE6932 (or 0xFE6932) is known color: Burnt Orange. HEX triplet: FE, 69 and 32. RGB value is (254,105,50). Sum of RGB (Red+Green+Blue) = 254+105+50=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6932 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6932 is #0196CD. Grayscale: #8F8F8F. Windows color (decimal): -104142 or 3303934. OLE color: 3303934.

HSL color Cylindrical-coordinate representation of color #FE6932: hue angle of 16.18º 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 #FE6932 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 105 50 -
CMYK 0 0.59 0.80 0.00
HSL 16.18º 0.99% 0.6% -
HSV(B) 16.18º 0.8% 1% -
XYZ 46.5 31.4 6.63 -
YUV 143.28 75.36 206.97 -
System Red Green Blue C M Y K H S L
Decimal 254 105 50 0 0.59 0.80 0.00 16.18 0.99 0.6
Hex FE 69 32 0 3B 50 0 10 63 3C
Octal 376 151 62 0 73 120 0 20 143 74
Binary 11111110 1101001 110010 0 111011 1010000 0 10000 1100011 111100

Color Harmonies of #FE6932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6932

Black with #FE6932

Text Example


Text Example

White with #FE6932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6932; }

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

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

background-color css

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

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

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

border-color css

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

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

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