Shades of Starship #F0DF42
Tints of Starship #F0DF42
RGB
CMYK
RGB Variations
Color information
#F0DF42 (or 0xF0DF42) is known color: Starship. HEX triplet: F0, DF and 42. RGB value is (240,223,66). Sum of RGB (Red+Green+Blue) = 240+223+66=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DF42 is #0F20BD. Grayscale: #D2D2D2. Windows color (decimal): -991422 or 4382704. OLE color: 4382704.
HSL color Cylindrical-coordinate representation of color #F0DF42: hue angle of 54.14º 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 #F0DF42 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 66 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.06 |
| HSL | 54.14º | 0.85% | 0.6% | - |
| HSV(B) | 54.14º | 0.73% | 0.94% | - |
| XYZ | 63.31 | 71.69 | 15.66 | - |
| YUV | 210.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 66 | 0 | 0.07 | 0.72 | 0.06 | 54.14 | 0.85 | 0.6 |
| Hex | F0 | DF | 42 | 0 | 7 | 48 | 6 | 36 | 55 | 3C |
| Octal | 360 | 337 | 102 | 0 | 7 | 110 | 6 | 66 | 125 | 74 |
| Binary | 11110000 | 11011111 | 1000010 | 0 | 111 | 1001000 | 110 | 110110 | 1010101 | 111100 |
Color Harmonies of #F0DF42
Complementary color
Monochromatic Colors of #F0DF42
Black with #F0DF42
Text Example
Text Example
White with #F0DF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF42; }
p { color: rgb(240,223,66); }
H1.HeaderClassName
{
color: #F0DF42;
}
.AnyTagClassName
{
color: #F0DF42;
}
</style>
background-color css
<style>
a { background-color: #F0DF42; }
a { background-color: rgb(240,223,66); }
div.DivClassName
{
background-color: #F0DF42;
}
.BgClassName
{
background-color: #F0DF42;
}
</style>
border-color css
<style>
span { border-color: #F0DF42; }
span { border-color: rgb(240,223,66); }
td.TdClassName
{
border-color: #F0DF42;
}
.TagClassName
{
border-color: #F0DF42;
}
</style>