Shades of Turbo #F2CE25
Tints of Turbo #F2CE25
RGB
CMYK
RGB Variations
Color information
#F2CE25 (or 0xF2CE25) is known color: Turbo. HEX triplet: F2, CE and 25. RGB value is (242,206,37). Sum of RGB (Red+Green+Blue) = 242+206+37=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE25 is #0D31DA. Grayscale: #C6C6C6. Windows color (decimal): -864731 or 2477810. OLE color: 2477810.
HSL color Cylindrical-coordinate representation of color #F2CE25: hue angle of 49.46º 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 #F2CE25 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 37 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.05 |
| HSL | 49.46º | 0.89% | 0.55% | - |
| HSV(B) | 49.46º | 0.85% | 0.95% | - |
| XYZ | 59.02 | 63.15 | 10.83 | - |
| YUV | 197.5 | 37.43 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 37 | 0 | 0.15 | 0.85 | 0.05 | 49.46 | 0.89 | 0.55 |
| Hex | F2 | CE | 25 | 0 | F | 55 | 5 | 31 | 59 | 37 |
| Octal | 362 | 316 | 45 | 0 | 17 | 125 | 5 | 61 | 131 | 67 |
| Binary | 11110010 | 11001110 | 100101 | 0 | 1111 | 1010101 | 101 | 110001 | 1011001 | 110111 |
Color Harmonies of #F2CE25
Complementary color
Monochromatic Colors of #F2CE25
Black with #F2CE25
Text Example
Text Example
White with #F2CE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE25; }
p { color: rgb(242,206,37); }
H1.HeaderClassName
{
color: #F2CE25;
}
.AnyTagClassName
{
color: #F2CE25;
}
</style>
background-color css
<style>
a { background-color: #F2CE25; }
a { background-color: rgb(242,206,37); }
div.DivClassName
{
background-color: #F2CE25;
}
.BgClassName
{
background-color: #F2CE25;
}
</style>
border-color css
<style>
span { border-color: #F2CE25; }
span { border-color: rgb(242,206,37); }
td.TdClassName
{
border-color: #F2CE25;
}
.TagClassName
{
border-color: #F2CE25;
}
</style>