Shades of Turbo #F2CC1B
Tints of Turbo #F2CC1B
RGB
CMYK
RGB Variations
Color information
#F2CC1B (or 0xF2CC1B) is known color: Turbo. HEX triplet: F2, CC and 1B. RGB value is (242,204,27). Sum of RGB (Red+Green+Blue) = 242+204+27=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC1B is #0D33E4. Grayscale: #C3C3C3. Windows color (decimal): -865253 or 1821938. OLE color: 1821938.
HSL color Cylindrical-coordinate representation of color #F2CC1B: hue angle of 49.4º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2CC1B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.05 |
| HSL | 49.4º | 0.89% | 0.53% | - |
| HSV(B) | 49.4º | 0.89% | 0.95% | - |
| XYZ | 58.41 | 62.14 | 9.95 | - |
| YUV | 195.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 27 | 0 | 0.16 | 0.89 | 0.05 | 49.4 | 0.89 | 0.53 |
| Hex | F2 | CC | 1B | 0 | 10 | 59 | 5 | 31 | 59 | 35 |
| Octal | 362 | 314 | 33 | 0 | 20 | 131 | 5 | 61 | 131 | 65 |
| Binary | 11110010 | 11001100 | 11011 | 0 | 10000 | 1011001 | 101 | 110001 | 1011001 | 110101 |
Color Harmonies of #F2CC1B
Complementary color
Monochromatic Colors of #F2CC1B
Black with #F2CC1B
Text Example
Text Example
White with #F2CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC1B; }
p { color: rgb(242,204,27); }
H1.HeaderClassName
{
color: #F2CC1B;
}
.AnyTagClassName
{
color: #F2CC1B;
}
</style>
background-color css
<style>
a { background-color: #F2CC1B; }
a { background-color: rgb(242,204,27); }
div.DivClassName
{
background-color: #F2CC1B;
}
.BgClassName
{
background-color: #F2CC1B;
}
</style>
border-color css
<style>
span { border-color: #F2CC1B; }
span { border-color: rgb(242,204,27); }
td.TdClassName
{
border-color: #F2CC1B;
}
.TagClassName
{
border-color: #F2CC1B;
}
</style>