#FB6E40

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

Shades of Burnt Orange #FB6E40

Tints of Burnt Orange #FB6E40

Color information

#FB6E40 (or 0xFB6E40) is unknown color: approx Burnt Orange. HEX triplet: FB, 6E and 40. RGB value is (251,110,64). Sum of RGB (Red+Green+Blue) = 251+110+64=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E40 is #0491BF. Grayscale: #939393. Windows color (decimal): -299456 or 4222715. OLE color: 4222715.

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

Color convert

RGB25111064-
CMYK00.560.750.02
HSL14.76º95.9%61.76%-
HSV(B)14.76º74.5%98.43%-
XYZ46.2932.038.59-
YUV146.9181.21202.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.06%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=59.06%
G=25.88%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511106400.560.750.0214.7695.961.76
HexFB6E400384B2f603e
Octal37315610007011321714076
Binary1111101111011101000000011100010010111011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6E40; }

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

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

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

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

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

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

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

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