Shades of Turbo #F2CB24
Tints of Turbo #F2CB24
RGB
CMYK
RGB Variations
Color information
#F2CB24 (or 0xF2CB24) is known color: Turbo. HEX triplet: F2, CB and 24. RGB value is (242,203,36). Sum of RGB (Red+Green+Blue) = 242+203+36=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB24 is #0D34DB. Grayscale: #C4C4C4. Windows color (decimal): -865500 or 2411506. OLE color: 2411506.
HSL color Cylindrical-coordinate representation of color #F2CB24: hue angle of 48.64º 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 #F2CB24 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 36 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.05 |
| HSL | 48.64º | 0.89% | 0.55% | - |
| HSV(B) | 48.64º | 0.85% | 0.95% | - |
| XYZ | 58.29 | 61.72 | 10.51 | - |
| YUV | 195.62 | 37.92 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 36 | 0 | 0.16 | 0.85 | 0.05 | 48.64 | 0.89 | 0.55 |
| Hex | F2 | CB | 24 | 0 | 10 | 55 | 5 | 31 | 59 | 37 |
| Octal | 362 | 313 | 44 | 0 | 20 | 125 | 5 | 61 | 131 | 67 |
| Binary | 11110010 | 11001011 | 100100 | 0 | 10000 | 1010101 | 101 | 110001 | 1011001 | 110111 |
Color Harmonies of #F2CB24
Complementary color
Monochromatic Colors of #F2CB24
Black with #F2CB24
Text Example
Text Example
White with #F2CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB24; }
p { color: rgb(242,203,36); }
H1.HeaderClassName
{
color: #F2CB24;
}
.AnyTagClassName
{
color: #F2CB24;
}
</style>
background-color css
<style>
a { background-color: #F2CB24; }
a { background-color: rgb(242,203,36); }
div.DivClassName
{
background-color: #F2CB24;
}
.BgClassName
{
background-color: #F2CB24;
}
</style>
border-color css
<style>
span { border-color: #F2CB24; }
span { border-color: rgb(242,203,36); }
td.TdClassName
{
border-color: #F2CB24;
}
.TagClassName
{
border-color: #F2CB24;
}
</style>