Html Css Color HEX #FF813D Burnt Orange

📋 copy color: '#FF813D'

red 255 ◦ green 129 ◦ blue 61

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

Shades of Burnt Orange #FF813D

Tints of Burnt Orange #FF813D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.71%

R = 57.3%
G = 28.99%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF813D (or 0xFF813D) is known color: Burnt Orange. HEX triplet: FF, 81 and 3D. RGB value is (255,129,61). Sum of RGB (Red+Green+Blue) = 255+129+61=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF813D is #007EC2. Grayscale: #9F9F9F. Windows color (decimal): -32451 or 4030975. OLE color: 4030975.

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

Color convert

RGB 255 129 61 -
CMYK 0 0.49 0.76 0
HSL 21.03º 1% 0.62% -
HSV(B) 21.03º 0.76% 1% -
XYZ 49.93 37.3 8.98 -
YUV 158.92 72.74 196.53 -
System Red Green Blue C M Y K H S L
Decimal 255 129 61 0 0.49 0.76 0 21.03 1 0.62
Hex FF 81 3D 0 31 4C 0 15 64 3E
Octal 377 201 75 0 61 114 0 25 144 76
Binary 11111111 10000001 111101 0 110001 1001100 0 10101 1100100 111110

Color Harmonies of #FF813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF813D

Black with #FF813D

Text Example


Text Example

White with #FF813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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