Html Css Color HEX #FF813B Burnt Orange

📋 copy color: '#FF813B'

red 255 ◦ green 129 ◦ blue 59

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

Shades of Burnt Orange #FF813B

Tints of Burnt Orange #FF813B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.32%

R = 57.56%
G = 29.12%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF813B (or 0xFF813B) is known color: Burnt Orange. HEX triplet: FF, 81 and 3B. RGB value is (255,129,59). Sum of RGB (Red+Green+Blue) = 255+129+59=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF813B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF813B is #007EC4. Grayscale: #9F9F9F. Windows color (decimal): -32453 or 3899903. OLE color: 3899903.

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

Color convert

RGB 255 129 59 -
CMYK 0 0.49 0.77 0
HSL 21.43º 1% 0.62% -
HSV(B) 21.43º 0.77% 1% -
XYZ 49.88 37.28 8.7 -
YUV 158.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 255 129 59 0 0.49 0.77 0 21.43 1 0.62
Hex FF 81 3B 0 31 4D 0 15 64 3E
Octal 377 201 73 0 61 115 0 25 144 76
Binary 11111111 10000001 111011 0 110001 1001101 0 10101 1100100 111110

Color Harmonies of #FF813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF813B

Black with #FF813B

Text Example


Text Example

White with #FF813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF813B; }

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

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

background-color css

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

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

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

border-color css

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

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

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