Html Css Color HEX #FE8236 Burnt Orange

📋 copy color: '#FE8236'

red 254 ◦ green 130 ◦ blue 54

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

Shades of Burnt Orange #FE8236

Tints of Burnt Orange #FE8236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 54 (21.48% from 255) = 12.33%

R = 57.99%
G = 29.68%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE8236 (or 0xFE8236) is known color: Burnt Orange. HEX triplet: FE, 82 and 36. RGB value is (254,130,54). Sum of RGB (Red+Green+Blue) = 254+130+54=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8236 is #017DC9. Grayscale: #9E9E9E. Windows color (decimal): -97738 or 3572478. OLE color: 3572478.

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

Color convert

RGB 254 130 54 -
CMYK 0 0.49 0.79 0.00
HSL 22.8º 0.99% 0.6% -
HSV(B) 22.8º 0.79% 1% -
XYZ 49.52 37.3 8.08 -
YUV 158.41 69.08 196.18 -
System Red Green Blue C M Y K H S L
Decimal 254 130 54 0 0.49 0.79 0.00 22.8 0.99 0.6
Hex FE 82 36 0 31 4F 0 17 63 3C
Octal 376 202 66 0 61 117 0 27 143 74
Binary 11111110 10000010 110110 0 110001 1001111 0 10111 1100011 111100

Color Harmonies of #FE8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8236

Black with #FE8236

Text Example


Text Example

White with #FE8236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8236; }

 p { color: rgb(254,130,54); }

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

background-color css

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

 a { background-color: rgb(254,130,54); }

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

border-color css

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

 span { border-color: rgb(254,130,54); }

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