Html Css Color HEX #FE8135 Burnt Orange

📋 copy color: '#FE8135'

red 254 ◦ green 129 ◦ blue 53

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

Shades of Burnt Orange #FE8135

Tints of Burnt Orange #FE8135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

 BLUE value IS 53 (21.09% from 255) = 12.16%

R = 58.26%
G = 29.59%
B = 12.16%

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

#FE8135 (or 0xFE8135) is known color: Burnt Orange. HEX triplet: FE, 81 and 35. RGB value is (254,129,53). Sum of RGB (Red+Green+Blue) = 254+129+53=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8135 is #017ECA. Grayscale: #9E9E9E. Windows color (decimal): -97995 or 3506686. OLE color: 3506686.

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

Color convert

RGB 254 129 53 -
CMYK 0 0.49 0.79 0.00
HSL 22.69º 0.99% 0.6% -
HSV(B) 22.69º 0.79% 1% -
XYZ 49.37 37.03 7.91 -
YUV 157.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 254 129 53 0 0.49 0.79 0.00 22.69 0.99 0.6
Hex FE 81 35 0 31 4F 0 17 63 3C
Octal 376 201 65 0 61 117 0 27 143 74
Binary 11111110 10000001 110101 0 110001 1001111 0 10111 1100011 111100

Color Harmonies of #FE8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8135

Black with #FE8135

Text Example


Text Example

White with #FE8135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8135; }

 p { color: rgb(254,129,53); }

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

background-color css

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

 a { background-color: rgb(254,129,53); }

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

border-color css

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

 span { border-color: rgb(254,129,53); }

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