Shades of Turbo #F2CC25
Tints of Turbo #F2CC25
RGB
CMYK
RGB Variations
Color information
#F2CC25 (or 0xF2CC25) is known color: Turbo. HEX triplet: F2, CC and 25. RGB value is (242,204,37). Sum of RGB (Red+Green+Blue) = 242+204+37=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC25 is #0D33DA. Grayscale: #C5C5C5. Windows color (decimal): -865243 or 2477298. OLE color: 2477298.
HSL color Cylindrical-coordinate representation of color #F2CC25: hue angle of 48.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2CC25 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 37 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.05 |
| HSL | 48.88º | 0.89% | 0.55% | - |
| HSV(B) | 48.88º | 0.85% | 0.95% | - |
| XYZ | 58.54 | 62.2 | 10.67 | - |
| YUV | 196.32 | 38.09 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 37 | 0 | 0.16 | 0.85 | 0.05 | 48.88 | 0.89 | 0.55 |
| Hex | F2 | CC | 25 | 0 | 10 | 55 | 5 | 31 | 59 | 37 |
| Octal | 362 | 314 | 45 | 0 | 20 | 125 | 5 | 61 | 131 | 67 |
| Binary | 11110010 | 11001100 | 100101 | 0 | 10000 | 1010101 | 101 | 110001 | 1011001 | 110111 |
Color Harmonies of #F2CC25
Complementary color
Monochromatic Colors of #F2CC25
Black with #F2CC25
Text Example
Text Example
White with #F2CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC25; }
p { color: rgb(242,204,37); }
H1.HeaderClassName
{
color: #F2CC25;
}
.AnyTagClassName
{
color: #F2CC25;
}
</style>
background-color css
<style>
a { background-color: #F2CC25; }
a { background-color: rgb(242,204,37); }
div.DivClassName
{
background-color: #F2CC25;
}
.BgClassName
{
background-color: #F2CC25;
}
</style>
border-color css
<style>
span { border-color: #F2CC25; }
span { border-color: rgb(242,204,37); }
td.TdClassName
{
border-color: #F2CC25;
}
.TagClassName
{
border-color: #F2CC25;
}
</style>