Shades of Turbo #F2CC23
Tints of Turbo #F2CC23
RGB
CMYK
RGB Variations
Color information
#F2CC23 (or 0xF2CC23) is known color: Turbo. HEX triplet: F2, CC and 23. RGB value is (242,204,35). Sum of RGB (Red+Green+Blue) = 242+204+35=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC23 is #0D33DC. Grayscale: #C4C4C4. Windows color (decimal): -865245 or 2346226. OLE color: 2346226.
HSL color Cylindrical-coordinate representation of color #F2CC23: hue angle of 48.99º 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 #F2CC23 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 35 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.05 |
| HSL | 48.99º | 0.89% | 0.54% | - |
| HSV(B) | 48.99º | 0.86% | 0.95% | - |
| XYZ | 58.51 | 62.18 | 10.51 | - |
| YUV | 196.1 | 37.09 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 35 | 0 | 0.16 | 0.86 | 0.05 | 48.99 | 0.89 | 0.54 |
| Hex | F2 | CC | 23 | 0 | 10 | 56 | 5 | 31 | 59 | 36 |
| Octal | 362 | 314 | 43 | 0 | 20 | 126 | 5 | 61 | 131 | 66 |
| Binary | 11110010 | 11001100 | 100011 | 0 | 10000 | 1010110 | 101 | 110001 | 1011001 | 110110 |
Color Harmonies of #F2CC23
Complementary color
Monochromatic Colors of #F2CC23
Black with #F2CC23
Text Example
Text Example
White with #F2CC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC23; }
p { color: rgb(242,204,35); }
H1.HeaderClassName
{
color: #F2CC23;
}
.AnyTagClassName
{
color: #F2CC23;
}
</style>
background-color css
<style>
a { background-color: #F2CC23; }
a { background-color: rgb(242,204,35); }
div.DivClassName
{
background-color: #F2CC23;
}
.BgClassName
{
background-color: #F2CC23;
}
</style>
border-color css
<style>
span { border-color: #F2CC23; }
span { border-color: rgb(242,204,35); }
td.TdClassName
{
border-color: #F2CC23;
}
.TagClassName
{
border-color: #F2CC23;
}
</style>