Shades of Sun #FB8B40
Tints of Sun #FB8B40
RGB
CMYK
RGB Variations
Color information
#FB8B40 (or 0xFB8B40) is known color: Sun. HEX triplet: FB, 8B and 40. RGB value is (251,139,64). Sum of RGB (Red+Green+Blue) = 251+139+64=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8B40 is #0474BF. Grayscale: #A4A4A4. Windows color (decimal): -292032 or 4230139. OLE color: 4230139.
HSL color Cylindrical-coordinate representation of color #FB8B40: hue angle of 24.06º 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 #FB8B40 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 64 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.02 |
| HSL | 24.06º | 0.96% | 0.62% | - |
| HSV(B) | 24.06º | 0.75% | 0.98% | - |
| XYZ | 49.94 | 39.34 | 9.81 | - |
| YUV | 163.94 | 71.61 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 64 | 0 | 0.45 | 0.75 | 0.02 | 24.06 | 0.96 | 0.62 |
| Hex | FB | 8B | 40 | 0 | 2D | 4B | 2 | 18 | 60 | 3E |
| Octal | 373 | 213 | 100 | 0 | 55 | 113 | 2 | 30 | 140 | 76 |
| Binary | 11111011 | 10001011 | 1000000 | 0 | 101101 | 1001011 | 10 | 11000 | 1100000 | 111110 |
Color Harmonies of #FB8B40
Complementary color
Monochromatic Colors of #FB8B40
Black with #FB8B40
Text Example
Text Example
White with #FB8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B40; }
p { color: rgb(251,139,64); }
H1.HeaderClassName
{
color: #FB8B40;
}
.AnyTagClassName
{
color: #FB8B40;
}
</style>
background-color css
<style>
a { background-color: #FB8B40; }
a { background-color: rgb(251,139,64); }
div.DivClassName
{
background-color: #FB8B40;
}
.BgClassName
{
background-color: #FB8B40;
}
</style>
border-color css
<style>
span { border-color: #FB8B40; }
span { border-color: rgb(251,139,64); }
td.TdClassName
{
border-color: #FB8B40;
}
.TagClassName
{
border-color: #FB8B40;
}
</style>