Shades of Starship #F0E040
Tints of Starship #F0E040
RGB
CMYK
RGB Variations
Color information
#F0E040 (or 0xF0E040) is known color: Starship. HEX triplet: F0, E0 and 40. RGB value is (240,224,64). Sum of RGB (Red+Green+Blue) = 240+224+64=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E040 is #0F1FBF. Grayscale: #D3D3D3. Windows color (decimal): -991168 or 4251888. OLE color: 4251888.
HSL color Cylindrical-coordinate representation of color #F0E040: hue angle of 54.55º 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 #F0E040 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 64 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.06 |
| HSL | 54.55º | 0.85% | 0.6% | - |
| HSV(B) | 54.55º | 0.73% | 0.94% | - |
| XYZ | 63.52 | 72.21 | 15.44 | - |
| YUV | 210.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 64 | 0 | 0.07 | 0.73 | 0.06 | 54.55 | 0.85 | 0.6 |
| Hex | F0 | E0 | 40 | 0 | 7 | 49 | 6 | 37 | 55 | 3C |
| Octal | 360 | 340 | 100 | 0 | 7 | 111 | 6 | 67 | 125 | 74 |
| Binary | 11110000 | 11100000 | 1000000 | 0 | 111 | 1001001 | 110 | 110111 | 1010101 | 111100 |
Color Harmonies of #F0E040
Complementary color
Monochromatic Colors of #F0E040
Black with #F0E040
Text Example
Text Example
White with #F0E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E040; }
p { color: rgb(240,224,64); }
H1.HeaderClassName
{
color: #F0E040;
}
.AnyTagClassName
{
color: #F0E040;
}
</style>
background-color css
<style>
a { background-color: #F0E040; }
a { background-color: rgb(240,224,64); }
div.DivClassName
{
background-color: #F0E040;
}
.BgClassName
{
background-color: #F0E040;
}
</style>
border-color css
<style>
span { border-color: #F0E040; }
span { border-color: rgb(240,224,64); }
td.TdClassName
{
border-color: #F0E040;
}
.TagClassName
{
border-color: #F0E040;
}
</style>