Html Css Color HEX #FF802A Burnt Orange

📋 copy color: '#FF802A'

red 255 ◦ green 128 ◦ blue 42

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

Shades of Burnt Orange #FF802A

Tints of Burnt Orange #FF802A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 60%
G = 30.12%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF802A (or 0xFF802A) is known color: Burnt Orange. HEX triplet: FF, 80 and 2A. RGB value is (255,128,42). Sum of RGB (Red+Green+Blue) = 255+128+42=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF802A is #007FD5. Grayscale: #9C9C9C. Windows color (decimal): -32726 or 2785535. OLE color: 2785535.

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

Color convert

RGB 255 128 42 -
CMYK 0 0.50 0.84 0
HSL 24.23º 1% 0.58% -
HSV(B) 24.23º 0.84% 1% -
XYZ 49.38 36.87 6.7 -
YUV 156.17 63.58 198.49 -
System Red Green Blue C M Y K H S L
Decimal 255 128 42 0 0.50 0.84 0 24.23 1 0.58
Hex FF 80 2A 0 32 54 0 18 64 3A
Octal 377 200 52 0 62 124 0 30 144 72
Binary 11111111 10000000 101010 0 110010 1010100 0 11000 1100100 111010

Color Harmonies of #FF802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF802A

Black with #FF802A

Text Example


Text Example

White with #FF802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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