#FB6F40

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

Shades of Burnt Orange #FB6F40

Tints of Burnt Orange #FB6F40

Color information

#FB6F40 (or 0xFB6F40) is unknown color: approx Burnt Orange. HEX triplet: FB, 6F and 40. RGB value is (251,111,64). Sum of RGB (Red+Green+Blue) = 251+111+64=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6F40 is #0490BF. Grayscale: #939393. Windows color (decimal): -299200 or 4222971. OLE color: 4222971.

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

Color convert

RGB25111164-
CMYK00.560.750.02
HSL15.08º95.9%61.76%-
HSV(B)15.08º74.5%98.43%-
XYZ46.3932.258.63-
YUV147.580.88201.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.92%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=58.92%
G=26.06%
B=15.02%

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
Decimal2511116400.560.750.0215.0895.961.76
HexFB6F400384B2f603e
Octal37315710007011321714076
Binary1111101111011111000000011100010010111011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6F40; }

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

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

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

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

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

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

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

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