Shades of Turbo #F2D71A
Tints of Turbo #F2D71A
RGB
CMYK
RGB Variations
Color information
#F2D71A (or 0xF2D71A) is known color: Turbo. HEX triplet: F2, D7 and 1A. RGB value is (242,215,26). Sum of RGB (Red+Green+Blue) = 242+215+26=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D71A is #0D28E5. Grayscale: #CACACA. Windows color (decimal): -862438 or 1759218. OLE color: 1759218.
HSL color Cylindrical-coordinate representation of color #F2D71A: hue angle of 52.5º 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 #F2D71A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 26 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.05 |
| HSL | 52.5º | 0.89% | 0.53% | - |
| HSV(B) | 52.5º | 0.89% | 0.95% | - |
| XYZ | 61.1 | 67.55 | 10.8 | - |
| YUV | 201.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 26 | 0 | 0.11 | 0.89 | 0.05 | 52.5 | 0.89 | 0.53 |
| Hex | F2 | D7 | 1A | 0 | B | 59 | 5 | 34 | 59 | 35 |
| Octal | 362 | 327 | 32 | 0 | 13 | 131 | 5 | 64 | 131 | 65 |
| Binary | 11110010 | 11010111 | 11010 | 0 | 1011 | 1011001 | 101 | 110100 | 1011001 | 110101 |
Color Harmonies of #F2D71A
Complementary color
Monochromatic Colors of #F2D71A
Black with #F2D71A
Text Example
Text Example
White with #F2D71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D71A; }
p { color: rgb(242,215,26); }
H1.HeaderClassName
{
color: #F2D71A;
}
.AnyTagClassName
{
color: #F2D71A;
}
</style>
background-color css
<style>
a { background-color: #F2D71A; }
a { background-color: rgb(242,215,26); }
div.DivClassName
{
background-color: #F2D71A;
}
.BgClassName
{
background-color: #F2D71A;
}
</style>
border-color css
<style>
span { border-color: #F2D71A; }
span { border-color: rgb(242,215,26); }
td.TdClassName
{
border-color: #F2D71A;
}
.TagClassName
{
border-color: #F2D71A;
}
</style>