Html Css Color HEX #FE8234 Burnt Orange

📋 copy color: '#FE8234'

red 254 ◦ green 130 ◦ blue 52

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

Shades of Burnt Orange #FE8234

Tints of Burnt Orange #FE8234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 58.26%
G = 29.82%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE8234 (or 0xFE8234) is known color: Burnt Orange. HEX triplet: FE, 82 and 34. RGB value is (254,130,52). Sum of RGB (Red+Green+Blue) = 254+130+52=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8234 is #017DCB. Grayscale: #9E9E9E. Windows color (decimal): -97740 or 3441406. OLE color: 3441406.

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

Color convert

RGB 254 130 52 -
CMYK 0 0.49 0.80 0.00
HSL 23.17º 0.99% 0.6% -
HSV(B) 23.17º 0.8% 1% -
XYZ 49.48 37.28 7.84 -
YUV 158.18 68.08 196.34 -
System Red Green Blue C M Y K H S L
Decimal 254 130 52 0 0.49 0.80 0.00 23.17 0.99 0.6
Hex FE 82 34 0 31 50 0 17 63 3C
Octal 376 202 64 0 61 120 0 27 143 74
Binary 11111110 10000010 110100 0 110001 1010000 0 10111 1100011 111100

Color Harmonies of #FE8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8234

Black with #FE8234

Text Example


Text Example

White with #FE8234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8234; }

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

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

background-color css

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

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

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

border-color css

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

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

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