Html Css Color HEX #FE8030 Burnt Orange

📋 copy color: '#FE8030'

red 254 ◦ green 128 ◦ blue 48

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

Shades of Burnt Orange #FE8030

Tints of Burnt Orange #FE8030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

 BLUE value IS 48 (19.14% from 255) = 11.16%

R = 59.07%
G = 29.77%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE8030 (or 0xFE8030) is known color: Burnt Orange. HEX triplet: FE, 80 and 30. RGB value is (254,128,48). Sum of RGB (Red+Green+Blue) = 254+128+48=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8030 is #017FCF. Grayscale: #9D9D9D. Windows color (decimal): -98256 or 3178750. OLE color: 3178750.

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

Color convert

RGB 254 128 48 -
CMYK 0 0.50 0.81 0.00
HSL 23.3º 0.99% 0.59% -
HSV(B) 23.3º 0.81% 1% -
XYZ 49.13 36.72 7.3 -
YUV 156.55 66.74 197.5 -
System Red Green Blue C M Y K H S L
Decimal 254 128 48 0 0.50 0.81 0.00 23.3 0.99 0.59
Hex FE 80 30 0 32 51 0 17 63 3B
Octal 376 200 60 0 62 121 0 27 143 73
Binary 11111110 10000000 110000 0 110010 1010001 0 10111 1100011 111011

Color Harmonies of #FE8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8030

Black with #FE8030

Text Example


Text Example

White with #FE8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8030; }

 p { color: rgb(254,128,48); }

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

background-color css

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

 a { background-color: rgb(254,128,48); }

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

border-color css

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

 span { border-color: rgb(254,128,48); }

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