#FB6E36

Color #FB6E36 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FB6E36

Tints of Burnt Orange #FB6E36

Color information

#FB6E36 (or 0xFB6E36) is unknown color: approx Burnt Orange. HEX triplet: FB, 6E and 36. RGB value is (251,110,54). Sum of RGB (Red+Green+Blue) = 251+110+54=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E36 is #0491C9. Grayscale: #929292. Windows color (decimal): -299466 or 3567355. OLE color: 3567355.

HSL color Cylindrical-coordinate representation of color #FB6E36: hue angle of 17.06º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB6E36 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB25111054-
CMYK00.560.780.02
HSL17.06º96.1%59.8%-
HSV(B)17.06º78.49%98.43%-
XYZ46.0331.937.23-
YUV145.7776.21203.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.48%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 54 (21.48% from 255) = 13.01%
R=60.48%
G=26.51%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511105400.560.780.0217.0696.159.8
HexFB6E360384E211603c
Octal3731566607011622114074
Binary1111101111011101101100111000100111010100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6E36; }

 p { color: rgb(251,110,54); }

 H1.HeaderClassName
 {
   color: #FB6E36;
 }
 .AnyTagClassName
 {
   color: #FB6E36;
 }
</style>
background-color css

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

 a { background-color: rgb(251,110,54); }

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

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

 span { border-color: rgb(251,110,54); }

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