Shades of Turbo #F2CE21
Tints of Turbo #F2CE21
RGB
CMYK
RGB Variations
Color information
#F2CE21 (or 0xF2CE21) is known color: Turbo. HEX triplet: F2, CE and 21. RGB value is (242,206,33). Sum of RGB (Red+Green+Blue) = 242+206+33=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE21 is #0D31DE. Grayscale: #C5C5C5. Windows color (decimal): -864735 or 2215666. OLE color: 2215666.
HSL color Cylindrical-coordinate representation of color #F2CE21: hue angle of 49.67º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2CE21 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 33 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.05 |
| HSL | 49.67º | 0.89% | 0.54% | - |
| HSV(B) | 49.67º | 0.86% | 0.95% | - |
| XYZ | 58.96 | 63.13 | 10.52 | - |
| YUV | 197.04 | 35.43 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 33 | 0 | 0.15 | 0.86 | 0.05 | 49.67 | 0.89 | 0.54 |
| Hex | F2 | CE | 21 | 0 | F | 56 | 5 | 32 | 59 | 36 |
| Octal | 362 | 316 | 41 | 0 | 17 | 126 | 5 | 62 | 131 | 66 |
| Binary | 11110010 | 11001110 | 100001 | 0 | 1111 | 1010110 | 101 | 110010 | 1011001 | 110110 |
Color Harmonies of #F2CE21
Complementary color
Monochromatic Colors of #F2CE21
Black with #F2CE21
Text Example
Text Example
White with #F2CE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE21; }
p { color: rgb(242,206,33); }
H1.HeaderClassName
{
color: #F2CE21;
}
.AnyTagClassName
{
color: #F2CE21;
}
</style>
background-color css
<style>
a { background-color: #F2CE21; }
a { background-color: rgb(242,206,33); }
div.DivClassName
{
background-color: #F2CE21;
}
.BgClassName
{
background-color: #F2CE21;
}
</style>
border-color css
<style>
span { border-color: #F2CE21; }
span { border-color: rgb(242,206,33); }
td.TdClassName
{
border-color: #F2CE21;
}
.TagClassName
{
border-color: #F2CE21;
}
</style>