Shades of Turbo #F2CF15
Tints of Turbo #F2CF15
RGB
CMYK
RGB Variations
Color information
#F2CF15 (or 0xF2CF15) is known color: Turbo. HEX triplet: F2, CF and 15. RGB value is (242,207,21). Sum of RGB (Red+Green+Blue) = 242+207+21=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF15 is #0D30EA. Grayscale: #C5C5C5. Windows color (decimal): -864491 or 1429490. OLE color: 1429490.
HSL color Cylindrical-coordinate representation of color #F2CF15: hue angle of 50.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2CF15 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.05 |
| HSL | 50.5º | 0.89% | 0.52% | - |
| HSV(B) | 50.5º | 0.91% | 0.95% | - |
| XYZ | 59.07 | 63.56 | 9.86 | - |
| YUV | 196.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 21 | 0 | 0.14 | 0.91 | 0.05 | 50.5 | 0.89 | 0.52 |
| Hex | F2 | CF | 15 | 0 | E | 5B | 5 | 32 | 59 | 34 |
| Octal | 362 | 317 | 25 | 0 | 16 | 133 | 5 | 62 | 131 | 64 |
| Binary | 11110010 | 11001111 | 10101 | 0 | 1110 | 1011011 | 101 | 110010 | 1011001 | 110100 |
Color Harmonies of #F2CF15
Complementary color
Monochromatic Colors of #F2CF15
Black with #F2CF15
Text Example
Text Example
White with #F2CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF15; }
p { color: rgb(242,207,21); }
H1.HeaderClassName
{
color: #F2CF15;
}
.AnyTagClassName
{
color: #F2CF15;
}
</style>
background-color css
<style>
a { background-color: #F2CF15; }
a { background-color: rgb(242,207,21); }
div.DivClassName
{
background-color: #F2CF15;
}
.BgClassName
{
background-color: #F2CF15;
}
</style>
border-color css
<style>
span { border-color: #F2CF15; }
span { border-color: rgb(242,207,21); }
td.TdClassName
{
border-color: #F2CF15;
}
.TagClassName
{
border-color: #F2CF15;
}
</style>