Shades of Turbo #F2D91A
Tints of Turbo #F2D91A
RGB
CMYK
RGB Variations
Color information
#F2D91A (or 0xF2D91A) is known color: Turbo. HEX triplet: F2, D9 and 1A. RGB value is (242,217,26). Sum of RGB (Red+Green+Blue) = 242+217+26=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D91A is #0D26E5. Grayscale: #CBCBCB. Windows color (decimal): -861926 or 1759730. OLE color: 1759730.
HSL color Cylindrical-coordinate representation of color #F2D91A: hue angle of 53.06º 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 #F2D91A is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 26 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.05 |
| HSL | 53.06º | 0.89% | 0.53% | - |
| HSV(B) | 53.06º | 0.89% | 0.95% | - |
| XYZ | 61.62 | 68.58 | 10.97 | - |
| YUV | 202.7 | 28.28 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 26 | 0 | 0.10 | 0.89 | 0.05 | 53.06 | 0.89 | 0.53 |
| Hex | F2 | D9 | 1A | 0 | A | 59 | 5 | 35 | 59 | 35 |
| Octal | 362 | 331 | 32 | 0 | 12 | 131 | 5 | 65 | 131 | 65 |
| Binary | 11110010 | 11011001 | 11010 | 0 | 1010 | 1011001 | 101 | 110101 | 1011001 | 110101 |
Color Harmonies of #F2D91A
Complementary color
Monochromatic Colors of #F2D91A
Black with #F2D91A
Text Example
Text Example
White with #F2D91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D91A; }
p { color: rgb(242,217,26); }
H1.HeaderClassName
{
color: #F2D91A;
}
.AnyTagClassName
{
color: #F2D91A;
}
</style>
background-color css
<style>
a { background-color: #F2D91A; }
a { background-color: rgb(242,217,26); }
div.DivClassName
{
background-color: #F2D91A;
}
.BgClassName
{
background-color: #F2D91A;
}
</style>
border-color css
<style>
span { border-color: #F2D91A; }
span { border-color: rgb(242,217,26); }
td.TdClassName
{
border-color: #F2D91A;
}
.TagClassName
{
border-color: #F2D91A;
}
</style>