Shades of Turbo #F2CF16
Tints of Turbo #F2CF16
RGB
CMYK
RGB Variations
Color information
#F2CF16 (or 0xF2CF16) is known color: Turbo. HEX triplet: F2, CF and 16. RGB value is (242,207,22). Sum of RGB (Red+Green+Blue) = 242+207+22=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF16 is #0D30E9. Grayscale: #C5C5C5. Windows color (decimal): -864490 or 1495026. OLE color: 1495026.
HSL color Cylindrical-coordinate representation of color #F2CF16: hue angle of 50.45º 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 #F2CF16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.05 |
| HSL | 50.45º | 0.89% | 0.52% | - |
| HSV(B) | 50.45º | 0.91% | 0.95% | - |
| XYZ | 59.08 | 63.56 | 9.91 | - |
| YUV | 196.38 | 29.6 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 22 | 0 | 0.14 | 0.91 | 0.05 | 50.45 | 0.89 | 0.52 |
| Hex | F2 | CF | 16 | 0 | E | 5B | 5 | 32 | 59 | 34 |
| Octal | 362 | 317 | 26 | 0 | 16 | 133 | 5 | 62 | 131 | 64 |
| Binary | 11110010 | 11001111 | 10110 | 0 | 1110 | 1011011 | 101 | 110010 | 1011001 | 110100 |
Color Harmonies of #F2CF16
Complementary color
Monochromatic Colors of #F2CF16
Black with #F2CF16
Text Example
Text Example
White with #F2CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF16; }
p { color: rgb(242,207,22); }
H1.HeaderClassName
{
color: #F2CF16;
}
.AnyTagClassName
{
color: #F2CF16;
}
</style>
background-color css
<style>
a { background-color: #F2CF16; }
a { background-color: rgb(242,207,22); }
div.DivClassName
{
background-color: #F2CF16;
}
.BgClassName
{
background-color: #F2CF16;
}
</style>
border-color css
<style>
span { border-color: #F2CF16; }
span { border-color: rgb(242,207,22); }
td.TdClassName
{
border-color: #F2CF16;
}
.TagClassName
{
border-color: #F2CF16;
}
</style>