Shades of Sunshade #FB9F42
Tints of Sunshade #FB9F42
RGB
CMYK
RGB Variations
Color information
#FB9F42 (or 0xFB9F42) is known color: Sunshade. HEX triplet: FB, 9F and 42. RGB value is (251,159,66). Sum of RGB (Red+Green+Blue) = 251+159+66=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9F42 is #0460BD. Grayscale: #B0B0B0. Windows color (decimal): -286910 or 4366331. OLE color: 4366331.
HSL color Cylindrical-coordinate representation of color #FB9F42: hue angle of 30.16º 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 #FB9F42 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 66 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.02 |
| HSL | 30.16º | 0.96% | 0.62% | - |
| HSV(B) | 30.16º | 0.74% | 0.98% | - |
| XYZ | 53.17 | 45.7 | 11.17 | - |
| YUV | 175.91 | 65.98 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 66 | 0 | 0.37 | 0.74 | 0.02 | 30.16 | 0.96 | 0.62 |
| Hex | FB | 9F | 42 | 0 | 25 | 4A | 2 | 1E | 60 | 3E |
| Octal | 373 | 237 | 102 | 0 | 45 | 112 | 2 | 36 | 140 | 76 |
| Binary | 11111011 | 10011111 | 1000010 | 0 | 100101 | 1001010 | 10 | 11110 | 1100000 | 111110 |
Color Harmonies of #FB9F42
Complementary color
Monochromatic Colors of #FB9F42
Black with #FB9F42
Text Example
Text Example
White with #FB9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F42; }
p { color: rgb(251,159,66); }
H1.HeaderClassName
{
color: #FB9F42;
}
.AnyTagClassName
{
color: #FB9F42;
}
</style>
background-color css
<style>
a { background-color: #FB9F42; }
a { background-color: rgb(251,159,66); }
div.DivClassName
{
background-color: #FB9F42;
}
.BgClassName
{
background-color: #FB9F42;
}
</style>
border-color css
<style>
span { border-color: #FB9F42; }
span { border-color: rgb(251,159,66); }
td.TdClassName
{
border-color: #FB9F42;
}
.TagClassName
{
border-color: #FB9F42;
}
</style>