Html Css Color HEX #FF812D Burnt Orange

📋 copy color: '#FF812D'

red 255 ◦ green 129 ◦ blue 45

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

Shades of Burnt Orange #FF812D

Tints of Burnt Orange #FF812D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 59.44%
G = 30.07%
B = 10.49%

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

#FF812D (or 0xFF812D) is known color: Burnt Orange. HEX triplet: FF, 81 and 2D. RGB value is (255,129,45). Sum of RGB (Red+Green+Blue) = 255+129+45=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF812D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF812D is #007ED2. Grayscale: #9D9D9D. Windows color (decimal): -32467 or 2982399. OLE color: 2982399.

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

Color convert

RGB 255 129 45 -
CMYK 0 0.49 0.82 0
HSL 24º 1% 0.59% -
HSV(B) 24º 0.82% 1% -
XYZ 49.56 37.15 7.04 -
YUV 157.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 255 129 45 0 0.49 0.82 0 24 1 0.59
Hex FF 81 2D 0 31 52 0 18 64 3B
Octal 377 201 55 0 61 122 0 30 144 73
Binary 11111111 10000001 101101 0 110001 1010010 0 11000 1100100 111011

Color Harmonies of #FF812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF812D

Black with #FF812D

Text Example


Text Example

White with #FF812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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