Shades of Sunshade #FB9542
Tints of Sunshade #FB9542
RGB
CMYK
RGB Variations
Color information
#FB9542 (or 0xFB9542) is known color: Sunshade. HEX triplet: FB, 95 and 42. RGB value is (251,149,66). Sum of RGB (Red+Green+Blue) = 251+149+66=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9542 is #046ABD. Grayscale: #AAAAAA. Windows color (decimal): -289470 or 4363771. OLE color: 4363771.
HSL color Cylindrical-coordinate representation of color #FB9542: hue angle of 26.92º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB9542 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 66 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.02 |
| HSL | 26.92º | 0.96% | 0.62% | - |
| HSV(B) | 26.92º | 0.74% | 0.98% | - |
| XYZ | 51.51 | 42.4 | 10.62 | - |
| YUV | 170.04 | 69.29 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 66 | 0 | 0.41 | 0.74 | 0.02 | 26.92 | 0.96 | 0.62 |
| Hex | FB | 95 | 42 | 0 | 29 | 4A | 2 | 1B | 60 | 3E |
| Octal | 373 | 225 | 102 | 0 | 51 | 112 | 2 | 33 | 140 | 76 |
| Binary | 11111011 | 10010101 | 1000010 | 0 | 101001 | 1001010 | 10 | 11011 | 1100000 | 111110 |
Color Harmonies of #FB9542
Complementary color
Monochromatic Colors of #FB9542
Black with #FB9542
Text Example
Text Example
White with #FB9542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9542; }
p { color: rgb(251,149,66); }
H1.HeaderClassName
{
color: #FB9542;
}
.AnyTagClassName
{
color: #FB9542;
}
</style>
background-color css
<style>
a { background-color: #FB9542; }
a { background-color: rgb(251,149,66); }
div.DivClassName
{
background-color: #FB9542;
}
.BgClassName
{
background-color: #FB9542;
}
</style>
border-color css
<style>
span { border-color: #FB9542; }
span { border-color: rgb(251,149,66); }
td.TdClassName
{
border-color: #FB9542;
}
.TagClassName
{
border-color: #FB9542;
}
</style>