Html Css Color HEX #FF802B Burnt Orange

📋 copy color: '#FF802B'

red 255 ◦ green 128 ◦ blue 43

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

Shades of Burnt Orange #FF802B

Tints of Burnt Orange #FF802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 59.86%
G = 30.05%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF802B (or 0xFF802B) is known color: Burnt Orange. HEX triplet: FF, 80 and 2B. RGB value is (255,128,43). Sum of RGB (Red+Green+Blue) = 255+128+43=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF802B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF802B is #007FD4. Grayscale: #9C9C9C. Windows color (decimal): -32725 or 2851071. OLE color: 2851071.

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

Color convert

RGB 255 128 43 -
CMYK 0 0.50 0.83 0
HSL 24.06º 1% 0.58% -
HSV(B) 24.06º 0.83% 1% -
XYZ 49.4 36.87 6.8 -
YUV 156.28 64.08 198.41 -
System Red Green Blue C M Y K H S L
Decimal 255 128 43 0 0.50 0.83 0 24.06 1 0.58
Hex FF 80 2B 0 32 53 0 18 64 3A
Octal 377 200 53 0 62 123 0 30 144 72
Binary 11111111 10000000 101011 0 110010 1010011 0 11000 1100100 111010

Color Harmonies of #FF802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF802B

Black with #FF802B

Text Example


Text Example

White with #FF802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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