Shades of Turbo #F2D318
Tints of Turbo #F2D318
RGB
CMYK
RGB Variations
Color information
#F2D318 (or 0xF2D318) is known color: Turbo. HEX triplet: F2, D3 and 18. RGB value is (242,211,24). Sum of RGB (Red+Green+Blue) = 242+211+24=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D318 is #0D2CE7. Grayscale: #C7C7C7. Windows color (decimal): -863464 or 1627122. OLE color: 1627122.
HSL color Cylindrical-coordinate representation of color #F2D318: hue angle of 51.47º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2D318 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.05 |
| HSL | 51.47º | 0.89% | 0.52% | - |
| HSV(B) | 51.47º | 0.9% | 0.95% | - |
| XYZ | 60.08 | 65.53 | 10.35 | - |
| YUV | 198.95 | 29.27 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 24 | 0 | 0.13 | 0.90 | 0.05 | 51.47 | 0.89 | 0.52 |
| Hex | F2 | D3 | 18 | 0 | D | 5A | 5 | 33 | 59 | 34 |
| Octal | 362 | 323 | 30 | 0 | 15 | 132 | 5 | 63 | 131 | 64 |
| Binary | 11110010 | 11010011 | 11000 | 0 | 1101 | 1011010 | 101 | 110011 | 1011001 | 110100 |
Color Harmonies of #F2D318
Complementary color
Monochromatic Colors of #F2D318
Black with #F2D318
Text Example
Text Example
White with #F2D318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D318; }
p { color: rgb(242,211,24); }
H1.HeaderClassName
{
color: #F2D318;
}
.AnyTagClassName
{
color: #F2D318;
}
</style>
background-color css
<style>
a { background-color: #F2D318; }
a { background-color: rgb(242,211,24); }
div.DivClassName
{
background-color: #F2D318;
}
.BgClassName
{
background-color: #F2D318;
}
</style>
border-color css
<style>
span { border-color: #F2D318; }
span { border-color: rgb(242,211,24); }
td.TdClassName
{
border-color: #F2D318;
}
.TagClassName
{
border-color: #F2D318;
}
</style>