Shades of Turbo #F2CC17
Tints of Turbo #F2CC17
RGB
CMYK
RGB Variations
Color information
#F2CC17 (or 0xF2CC17) is known color: Turbo. HEX triplet: F2, CC and 17. RGB value is (242,204,23). Sum of RGB (Red+Green+Blue) = 242+204+23=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC17 is #0D33E8. Grayscale: #C3C3C3. Windows color (decimal): -865257 or 1559794. OLE color: 1559794.
HSL color Cylindrical-coordinate representation of color #F2CC17: hue angle of 49.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2CC17 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 23 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.05 |
| HSL | 49.59º | 0.89% | 0.52% | - |
| HSV(B) | 49.59º | 0.9% | 0.95% | - |
| XYZ | 58.37 | 62.12 | 9.73 | - |
| YUV | 194.73 | 31.09 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 23 | 0 | 0.16 | 0.90 | 0.05 | 49.59 | 0.89 | 0.52 |
| Hex | F2 | CC | 17 | 0 | 10 | 5A | 5 | 32 | 59 | 34 |
| Octal | 362 | 314 | 27 | 0 | 20 | 132 | 5 | 62 | 131 | 64 |
| Binary | 11110010 | 11001100 | 10111 | 0 | 10000 | 1011010 | 101 | 110010 | 1011001 | 110100 |
Color Harmonies of #F2CC17
Complementary color
Monochromatic Colors of #F2CC17
Black with #F2CC17
Text Example
Text Example
White with #F2CC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC17; }
p { color: rgb(242,204,23); }
H1.HeaderClassName
{
color: #F2CC17;
}
.AnyTagClassName
{
color: #F2CC17;
}
</style>
background-color css
<style>
a { background-color: #F2CC17; }
a { background-color: rgb(242,204,23); }
div.DivClassName
{
background-color: #F2CC17;
}
.BgClassName
{
background-color: #F2CC17;
}
</style>
border-color css
<style>
span { border-color: #F2CC17; }
span { border-color: rgb(242,204,23); }
td.TdClassName
{
border-color: #F2CC17;
}
.TagClassName
{
border-color: #F2CC17;
}
</style>