Html Css Color HEX #FF812F Burnt Orange

📋 copy color: '#FF812F'

red 255 ◦ green 129 ◦ blue 47

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

Shades of Burnt Orange #FF812F

Tints of Burnt Orange #FF812F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 59.16%
G = 29.93%
B = 10.9%

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

#FF812F (or 0xFF812F) is known color: Burnt Orange. HEX triplet: FF, 81 and 2F. RGB value is (255,129,47). Sum of RGB (Red+Green+Blue) = 255+129+47=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF812F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF812F is #007ED0. Grayscale: #9D9D9D. Windows color (decimal): -32465 or 3113471. OLE color: 3113471.

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

Color convert

RGB 255 129 47 -
CMYK 0 0.49 0.82 0
HSL 23.65º 1% 0.59% -
HSV(B) 23.65º 0.82% 1% -
XYZ 49.6 37.17 7.25 -
YUV 157.33 65.74 197.67 -
System Red Green Blue C M Y K H S L
Decimal 255 129 47 0 0.49 0.82 0 23.65 1 0.59
Hex FF 81 2F 0 31 52 0 18 64 3B
Octal 377 201 57 0 61 122 0 30 144 73
Binary 11111111 10000001 101111 0 110001 1010010 0 11000 1100100 111011

Color Harmonies of #FF812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF812F

Black with #FF812F

Text Example


Text Example

White with #FF812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF812F; }

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

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

background-color css

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

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

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

border-color css

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

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

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