Shades of Sunshade #FB9A40
Tints of Sunshade #FB9A40
RGB
CMYK
RGB Variations
Color information
#FB9A40 (or 0xFB9A40) is known color: Sunshade. HEX triplet: FB, 9A and 40. RGB value is (251,154,64). Sum of RGB (Red+Green+Blue) = 251+154+64=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9A40 is #0465BF. Grayscale: #ADADAD. Windows color (decimal): -288192 or 4233979. OLE color: 4233979.
HSL color Cylindrical-coordinate representation of color #FB9A40: hue angle of 28.88º 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 #FB9A40 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 64 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.02 |
| HSL | 28.88º | 0.96% | 0.62% | - |
| HSV(B) | 28.88º | 0.75% | 0.98% | - |
| XYZ | 52.26 | 43.99 | 10.59 | - |
| YUV | 172.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 64 | 0 | 0.39 | 0.75 | 0.02 | 28.88 | 0.96 | 0.62 |
| Hex | FB | 9A | 40 | 0 | 27 | 4B | 2 | 1D | 60 | 3E |
| Octal | 373 | 232 | 100 | 0 | 47 | 113 | 2 | 35 | 140 | 76 |
| Binary | 11111011 | 10011010 | 1000000 | 0 | 100111 | 1001011 | 10 | 11101 | 1100000 | 111110 |
Color Harmonies of #FB9A40
Complementary color
Monochromatic Colors of #FB9A40
Black with #FB9A40
Text Example
Text Example
White with #FB9A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A40; }
p { color: rgb(251,154,64); }
H1.HeaderClassName
{
color: #FB9A40;
}
.AnyTagClassName
{
color: #FB9A40;
}
</style>
background-color css
<style>
a { background-color: #FB9A40; }
a { background-color: rgb(251,154,64); }
div.DivClassName
{
background-color: #FB9A40;
}
.BgClassName
{
background-color: #FB9A40;
}
</style>
border-color css
<style>
span { border-color: #FB9A40; }
span { border-color: rgb(251,154,64); }
td.TdClassName
{
border-color: #FB9A40;
}
.TagClassName
{
border-color: #FB9A40;
}
</style>