Shades of Sun #FB9140
Tints of Sun #FB9140
RGB
CMYK
RGB Variations
Color information
#FB9140 (or 0xFB9140) is known color: Sun. HEX triplet: FB, 91 and 40. RGB value is (251,145,64). Sum of RGB (Red+Green+Blue) = 251+145+64=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9140 is #046EBF. Grayscale: #A7A7A7. Windows color (decimal): -290496 or 4231675. OLE color: 4231675.
HSL color Cylindrical-coordinate representation of color #FB9140: hue angle of 25.99º 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 #FB9140 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 64 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.02 |
| HSL | 25.99º | 0.96% | 0.62% | - |
| HSV(B) | 25.99º | 0.75% | 0.98% | - |
| XYZ | 50.83 | 41.13 | 10.11 | - |
| YUV | 167.46 | 69.62 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 64 | 0 | 0.42 | 0.75 | 0.02 | 25.99 | 0.96 | 0.62 |
| Hex | FB | 91 | 40 | 0 | 2A | 4B | 2 | 1A | 60 | 3E |
| Octal | 373 | 221 | 100 | 0 | 52 | 113 | 2 | 32 | 140 | 76 |
| Binary | 11111011 | 10010001 | 1000000 | 0 | 101010 | 1001011 | 10 | 11010 | 1100000 | 111110 |
Color Harmonies of #FB9140
Complementary color
Monochromatic Colors of #FB9140
Black with #FB9140
Text Example
Text Example
White with #FB9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9140; }
p { color: rgb(251,145,64); }
H1.HeaderClassName
{
color: #FB9140;
}
.AnyTagClassName
{
color: #FB9140;
}
</style>
background-color css
<style>
a { background-color: #FB9140; }
a { background-color: rgb(251,145,64); }
div.DivClassName
{
background-color: #FB9140;
}
.BgClassName
{
background-color: #FB9140;
}
</style>
border-color css
<style>
span { border-color: #FB9140; }
span { border-color: rgb(251,145,64); }
td.TdClassName
{
border-color: #FB9140;
}
.TagClassName
{
border-color: #FB9140;
}
</style>