Shades of Sunshade #FF9542
Tints of Sunshade #FF9542
RGB
CMYK
RGB Variations
Color information
#FF9542 (or 0xFF9542) is known color: Sunshade. HEX triplet: FF, 95 and 42. RGB value is (255,149,66). Sum of RGB (Red+Green+Blue) = 255+149+66=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9542 is #006ABD. Grayscale: #ABABAB. Windows color (decimal): -27326 or 4363775. OLE color: 4363775.
HSL color Cylindrical-coordinate representation of color #FF9542: hue angle of 26.35º 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 #FF9542 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 66 | - |
| CMYK | 0 | 0.42 | 0.74 | 0 |
| HSL | 26.35º | 1% | 0.63% | - |
| HSV(B) | 26.35º | 0.74% | 1% | - |
| XYZ | 52.97 | 43.15 | 10.69 | - |
| YUV | 171.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 66 | 0 | 0.42 | 0.74 | 0 | 26.35 | 1 | 0.63 |
| Hex | FF | 95 | 42 | 0 | 2A | 4A | 0 | 1A | 64 | 3F |
| Octal | 377 | 225 | 102 | 0 | 52 | 112 | 0 | 32 | 144 | 77 |
| Binary | 11111111 | 10010101 | 1000010 | 0 | 101010 | 1001010 | 0 | 11010 | 1100100 | 111111 |
Color Harmonies of #FF9542
Complementary color
Monochromatic Colors of #FF9542
Black with #FF9542
Text Example
Text Example
White with #FF9542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9542; }
p { color: rgb(255,149,66); }
H1.HeaderClassName
{
color: #FF9542;
}
.AnyTagClassName
{
color: #FF9542;
}
</style>
background-color css
<style>
a { background-color: #FF9542; }
a { background-color: rgb(255,149,66); }
div.DivClassName
{
background-color: #FF9542;
}
.BgClassName
{
background-color: #FF9542;
}
</style>
border-color css
<style>
span { border-color: #FF9542; }
span { border-color: rgb(255,149,66); }
td.TdClassName
{
border-color: #FF9542;
}
.TagClassName
{
border-color: #FF9542;
}
</style>