Html Css Color HEX #FF8133 Burnt Orange

📋 copy color: '#FF8133'

red 255 ◦ green 129 ◦ blue 51

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

Shades of Burnt Orange #FF8133

Tints of Burnt Orange #FF8133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.72%

R = 58.62%
G = 29.66%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#FF8133 (or 0xFF8133) is known color: Burnt Orange. HEX triplet: FF, 81 and 33. RGB value is (255,129,51). Sum of RGB (Red+Green+Blue) = 255+129+51=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8133 is #007ECC. Grayscale: #9E9E9E. Windows color (decimal): -32461 or 3375615. OLE color: 3375615.

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

Color convert

RGB 255 129 51 -
CMYK 0 0.49 0.8 0
HSL 22.94º 1% 0.6% -
HSV(B) 22.94º 0.8% 1% -
XYZ 49.69 37.2 7.69 -
YUV 157.78 67.74 197.34 -
System Red Green Blue C M Y K H S L
Decimal 255 129 51 0 0.49 0.8 0 22.94 1 0.6
Hex FF 81 33 0 31 50 0 17 64 3C
Octal 377 201 63 0 61 120 0 27 144 74
Binary 11111111 10000001 110011 0 110001 1010000 0 10111 1100100 111100

Color Harmonies of #FF8133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8133

Black with #FF8133

Text Example


Text Example

White with #FF8133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8133; }

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

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

background-color css

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

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

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

border-color css

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

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

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