Shades of Sunshade #FF9942
Tints of Sunshade #FF9942
RGB
CMYK
RGB Variations
Color information
#FF9942 (or 0xFF9942) is known color: Sunshade. HEX triplet: FF, 99 and 42. RGB value is (255,153,66). Sum of RGB (Red+Green+Blue) = 255+153+66=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9942 is #0066BD. Grayscale: #AEAEAE. Windows color (decimal): -26302 or 4364799. OLE color: 4364799.
HSL color Cylindrical-coordinate representation of color #FF9942: hue angle of 27.62º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF9942 is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 66 | - |
| CMYK | 0 | 0.4 | 0.74 | 0 |
| HSL | 27.62º | 1% | 0.63% | - |
| HSV(B) | 27.62º | 0.74% | 1% | - |
| XYZ | 53.61 | 44.44 | 10.91 | - |
| YUV | 173.58 | 67.29 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 66 | 0 | 0.4 | 0.74 | 0 | 27.62 | 1 | 0.63 |
| Hex | FF | 99 | 42 | 0 | 28 | 4A | 0 | 1C | 64 | 3F |
| Octal | 377 | 231 | 102 | 0 | 50 | 112 | 0 | 34 | 144 | 77 |
| Binary | 11111111 | 10011001 | 1000010 | 0 | 101000 | 1001010 | 0 | 11100 | 1100100 | 111111 |
Color Harmonies of #FF9942
Complementary color
Monochromatic Colors of #FF9942
Black with #FF9942
Text Example
Text Example
White with #FF9942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9942; }
p { color: rgb(255,153,66); }
H1.HeaderClassName
{
color: #FF9942;
}
.AnyTagClassName
{
color: #FF9942;
}
</style>
background-color css
<style>
a { background-color: #FF9942; }
a { background-color: rgb(255,153,66); }
div.DivClassName
{
background-color: #FF9942;
}
.BgClassName
{
background-color: #FF9942;
}
</style>
border-color css
<style>
span { border-color: #FF9942; }
span { border-color: rgb(255,153,66); }
td.TdClassName
{
border-color: #FF9942;
}
.TagClassName
{
border-color: #FF9942;
}
</style>