#FB7040

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

Shades of Burnt Orange #FB7040

Tints of Burnt Orange #FB7040

Color information

#FB7040 (or 0xFB7040) is unknown color: approx Burnt Orange. HEX triplet: FB, 70 and 40. RGB value is (251,112,64). Sum of RGB (Red+Green+Blue) = 251+112+64=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7040 is #048FBF. Grayscale: #949494. Windows color (decimal): -298944 or 4223227. OLE color: 4223227.

HSL color Cylindrical-coordinate representation of color #FB7040: hue angle of 15.4º 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 #FB7040 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB25111264-
CMYK00.550.750.02
HSL15.4º95.9%61.76%-
HSV(B)15.4º74.5%98.43%-
XYZ46.532.478.67-
YUV148.0980.55201.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=58.78%
G=26.23%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511126400.550.750.0215.495.961.76
HexFB70400374B2f603e
Octal37316010006711321714076
Binary1111101111100001000000011011110010111011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7040; }

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

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

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

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

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

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

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

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