Shades of Lucky #9F9503
Tints of Lucky #9F9503
RGB
CMYK
RGB Variations
Color information
#9F9503 (or 0x9F9503) is known color: Lucky. HEX triplet: 9F, 95 and 03. RGB value is (159,149,3). Sum of RGB (Red+Green+Blue) = 159+149+3=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9503 is #606AFC. Grayscale: #878787. Windows color (decimal): -6318845 or 234911. OLE color: 234911.
HSL color Cylindrical-coordinate representation of color #9F9503: hue angle of 56.15º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F9503 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.38 |
| HSL | 56.15º | 0.96% | 0.32% | - |
| HSV(B) | 56.15º | 0.98% | 0.62% | - |
| XYZ | 25.06 | 28.87 | 4.34 | - |
| YUV | 135.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 3 | 0 | 0.06 | 0.98 | 0.38 | 56.15 | 0.96 | 0.32 |
| Hex | 9F | 95 | 3 | 0 | 6 | 62 | 26 | 38 | 60 | 20 |
| Octal | 237 | 225 | 3 | 0 | 6 | 142 | 46 | 70 | 140 | 40 |
| Binary | 10011111 | 10010101 | 11 | 0 | 110 | 1100010 | 100110 | 111000 | 1100000 | 100000 |
Color Harmonies of #9F9503
Complementary color
Monochromatic Colors of #9F9503
Black with #9F9503
Text Example
Text Example
White with #9F9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9503; }
p { color: rgb(159,149,3); }
H1.HeaderClassName
{
color: #9F9503;
}
.AnyTagClassName
{
color: #9F9503;
}
</style>
background-color css
<style>
a { background-color: #9F9503; }
a { background-color: rgb(159,149,3); }
div.DivClassName
{
background-color: #9F9503;
}
.BgClassName
{
background-color: #9F9503;
}
</style>
border-color css
<style>
span { border-color: #9F9503; }
span { border-color: rgb(159,149,3); }
td.TdClassName
{
border-color: #9F9503;
}
.TagClassName
{
border-color: #9F9503;
}
</style>