#FB7940

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

Shades of Burnt Orange #FB7940

Tints of Burnt Orange #FB7940

Color information

#FB7940 (or 0xFB7940) is unknown color: approx Burnt Orange. HEX triplet: FB, 79 and 40. RGB value is (251,121,64). Sum of RGB (Red+Green+Blue) = 251+121+64=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7940 is #0486BF. Grayscale: #999999. Windows color (decimal): -296640 or 4225531. OLE color: 4225531.

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

Color convert

RGB25112164-
CMYK00.520.750.02
HSL18.29º95.9%61.76%-
HSV(B)18.29º74.5%98.43%-
XYZ47.5534.559.01-
YUV153.3777.57197.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.57%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 64 (25.39% from 255) = 14.68%
R=57.57%
G=27.75%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511216400.520.750.0218.2995.961.76
HexFB79400344B212603e
Octal37317110006411322214076
Binary11111011111100110000000110100100101110100101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7940; }

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

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

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

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

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

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

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

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