Html Css Color HEX #FF8035 Burnt Orange

📋 copy color: '#FF8035'

red 255 ◦ green 128 ◦ blue 53

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

Shades of Burnt Orange #FF8035

Tints of Burnt Orange #FF8035

RGB

 RED value IS 255 (100% from 255) = 58.49%

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

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

R = 58.49%
G = 29.36%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF8035 (or 0xFF8035) is known color: Burnt Orange. HEX triplet: FF, 80 and 35. RGB value is (255,128,53). Sum of RGB (Red+Green+Blue) = 255+128+53=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8035 is #007FCA. Grayscale: #9D9D9D. Windows color (decimal): -32715 or 3506431. OLE color: 3506431.

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

Color convert

RGB 255 128 53 -
CMYK 0 0.50 0.79 0
HSL 22.28º 1% 0.6% -
HSV(B) 22.28º 0.79% 1% -
XYZ 49.6 36.96 7.89 -
YUV 157.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 255 128 53 0 0.50 0.79 0 22.28 1 0.6
Hex FF 80 35 0 32 4F 0 16 64 3C
Octal 377 200 65 0 62 117 0 26 144 74
Binary 11111111 10000000 110101 0 110010 1001111 0 10110 1100100 111100

Color Harmonies of #FF8035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8035

Black with #FF8035

Text Example


Text Example

White with #FF8035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8035; }

 p { color: rgb(255,128,53); }

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

background-color css

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

 a { background-color: rgb(255,128,53); }

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

border-color css

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

 span { border-color: rgb(255,128,53); }

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