Shades of Turbo #F2CE24
Tints of Turbo #F2CE24
RGB
CMYK
RGB Variations
Color information
#F2CE24 (or 0xF2CE24) is known color: Turbo. HEX triplet: F2, CE and 24. RGB value is (242,206,36). Sum of RGB (Red+Green+Blue) = 242+206+36=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE24 is #0D31DB. Grayscale: #C6C6C6. Windows color (decimal): -864732 or 2412274. OLE color: 2412274.
HSL color Cylindrical-coordinate representation of color #F2CE24: hue angle of 49.51º 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 #F2CE24 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 36 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.05 |
| HSL | 49.51º | 0.89% | 0.55% | - |
| HSV(B) | 49.51º | 0.85% | 0.95% | - |
| XYZ | 59.01 | 63.15 | 10.75 | - |
| YUV | 197.38 | 36.93 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 36 | 0 | 0.15 | 0.85 | 0.05 | 49.51 | 0.89 | 0.55 |
| Hex | F2 | CE | 24 | 0 | F | 55 | 5 | 32 | 59 | 37 |
| Octal | 362 | 316 | 44 | 0 | 17 | 125 | 5 | 62 | 131 | 67 |
| Binary | 11110010 | 11001110 | 100100 | 0 | 1111 | 1010101 | 101 | 110010 | 1011001 | 110111 |
Color Harmonies of #F2CE24
Complementary color
Monochromatic Colors of #F2CE24
Black with #F2CE24
Text Example
Text Example
White with #F2CE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE24; }
p { color: rgb(242,206,36); }
H1.HeaderClassName
{
color: #F2CE24;
}
.AnyTagClassName
{
color: #F2CE24;
}
</style>
background-color css
<style>
a { background-color: #F2CE24; }
a { background-color: rgb(242,206,36); }
div.DivClassName
{
background-color: #F2CE24;
}
.BgClassName
{
background-color: #F2CE24;
}
</style>
border-color css
<style>
span { border-color: #F2CE24; }
span { border-color: rgb(242,206,36); }
td.TdClassName
{
border-color: #F2CE24;
}
.TagClassName
{
border-color: #F2CE24;
}
</style>