Html Css Color HEX #FF8131 Burnt Orange

📋 copy color: '#FF8131'

red 255 ◦ green 129 ◦ blue 49

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

Shades of Burnt Orange #FF8131

Tints of Burnt Orange #FF8131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.32%

R = 58.89%
G = 29.79%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8131 (or 0xFF8131) is known color: Burnt Orange. HEX triplet: FF, 81 and 31. RGB value is (255,129,49). Sum of RGB (Red+Green+Blue) = 255+129+49=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8131 is #007ECE. Grayscale: #9E9E9E. Windows color (decimal): -32463 or 3244543. OLE color: 3244543.

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

Color convert

RGB 255 129 49 -
CMYK 0 0.49 0.81 0
HSL 23.3º 1% 0.6% -
HSV(B) 23.3º 0.81% 1% -
XYZ 49.64 37.18 7.47 -
YUV 157.55 66.74 197.5 -
System Red Green Blue C M Y K H S L
Decimal 255 129 49 0 0.49 0.81 0 23.3 1 0.6
Hex FF 81 31 0 31 51 0 17 64 3C
Octal 377 201 61 0 61 121 0 27 144 74
Binary 11111111 10000001 110001 0 110001 1010001 0 10111 1100100 111100

Color Harmonies of #FF8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8131

Black with #FF8131

Text Example


Text Example

White with #FF8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8131; }

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

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

background-color css

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

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

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

border-color css

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

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

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