Html Css Color HEX #FF812E Burnt Orange

📋 copy color: '#FF812E'

red 255 ◦ green 129 ◦ blue 46

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

Shades of Burnt Orange #FF812E

Tints of Burnt Orange #FF812E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.7%

R = 59.3%
G = 30%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF812E (or 0xFF812E) is known color: Burnt Orange. HEX triplet: FF, 81 and 2E. RGB value is (255,129,46). Sum of RGB (Red+Green+Blue) = 255+129+46=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF812E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF812E is #007ED1. Grayscale: #9D9D9D. Windows color (decimal): -32466 or 3047935. OLE color: 3047935.

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

Color convert

RGB 255 129 46 -
CMYK 0 0.49 0.82 0
HSL 23.83º 1% 0.59% -
HSV(B) 23.83º 0.82% 1% -
XYZ 49.58 37.16 7.14 -
YUV 157.21 65.24 197.75 -
System Red Green Blue C M Y K H S L
Decimal 255 129 46 0 0.49 0.82 0 23.83 1 0.59
Hex FF 81 2E 0 31 52 0 18 64 3B
Octal 377 201 56 0 61 122 0 30 144 73
Binary 11111111 10000001 101110 0 110001 1010010 0 11000 1100100 111011

Color Harmonies of #FF812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF812E

Black with #FF812E

Text Example


Text Example

White with #FF812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF812E; }

 p { color: rgb(255,129,46); }

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

background-color css

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

 a { background-color: rgb(255,129,46); }

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

border-color css

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

 span { border-color: rgb(255,129,46); }

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