Shades of Starship #F0D940
Tints of Starship #F0D940
RGB
CMYK
RGB Variations
Color information
#F0D940 (or 0xF0D940) is known color: Starship. HEX triplet: F0, D9 and 40. RGB value is (240,217,64). Sum of RGB (Red+Green+Blue) = 240+217+64=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D940 is #0F26BF. Grayscale: #CFCFCF. Windows color (decimal): -992960 or 4250096. OLE color: 4250096.
HSL color Cylindrical-coordinate representation of color #F0D940: hue angle of 52.16º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0D940 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 64 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.06 |
| HSL | 52.16º | 0.85% | 0.6% | - |
| HSV(B) | 52.16º | 0.73% | 0.94% | - |
| XYZ | 61.67 | 68.52 | 14.83 | - |
| YUV | 206.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 64 | 0 | 0.10 | 0.73 | 0.06 | 52.16 | 0.85 | 0.6 |
| Hex | F0 | D9 | 40 | 0 | A | 49 | 6 | 34 | 55 | 3C |
| Octal | 360 | 331 | 100 | 0 | 12 | 111 | 6 | 64 | 125 | 74 |
| Binary | 11110000 | 11011001 | 1000000 | 0 | 1010 | 1001001 | 110 | 110100 | 1010101 | 111100 |
Color Harmonies of #F0D940
Complementary color
Monochromatic Colors of #F0D940
Black with #F0D940
Text Example
Text Example
White with #F0D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D940; }
p { color: rgb(240,217,64); }
H1.HeaderClassName
{
color: #F0D940;
}
.AnyTagClassName
{
color: #F0D940;
}
</style>
background-color css
<style>
a { background-color: #F0D940; }
a { background-color: rgb(240,217,64); }
div.DivClassName
{
background-color: #F0D940;
}
.BgClassName
{
background-color: #F0D940;
}
</style>
border-color css
<style>
span { border-color: #F0D940; }
span { border-color: rgb(240,217,64); }
td.TdClassName
{
border-color: #F0D940;
}
.TagClassName
{
border-color: #F0D940;
}
</style>