Html Css Color HEX #FE8235 Burnt Orange

📋 copy color: '#FE8235'

red 254 ◦ green 130 ◦ blue 53

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

Shades of Burnt Orange #FE8235

Tints of Burnt Orange #FE8235

RGB

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

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

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

R = 58.12%
G = 29.75%
B = 12.13%

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

#FE8235 (or 0xFE8235) is known color: Burnt Orange. HEX triplet: FE, 82 and 35. RGB value is (254,130,53). Sum of RGB (Red+Green+Blue) = 254+130+53=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8235 is #017DCA. Grayscale: #9E9E9E. Windows color (decimal): -97739 or 3506942. OLE color: 3506942.

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

Color convert

RGB 254 130 53 -
CMYK 0 0.49 0.79 0.00
HSL 22.99º 0.99% 0.6% -
HSV(B) 22.99º 0.79% 1% -
XYZ 49.5 37.29 7.96 -
YUV 158.3 68.58 196.26 -
System Red Green Blue C M Y K H S L
Decimal 254 130 53 0 0.49 0.79 0.00 22.99 0.99 0.6
Hex FE 82 35 0 31 4F 0 17 63 3C
Octal 376 202 65 0 61 117 0 27 143 74
Binary 11111110 10000010 110101 0 110001 1001111 0 10111 1100011 111100

Color Harmonies of #FE8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8235

Black with #FE8235

Text Example


Text Example

White with #FE8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8235; }

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

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

background-color css

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

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

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

border-color css

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

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

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