Shades of Turbo #F7D821
Tints of Turbo #F7D821
RGB
CMYK
RGB Variations
Color information
#F7D821 (or 0xF7D821) is known color: Turbo. HEX triplet: F7, D8 and 21. RGB value is (247,216,33). Sum of RGB (Red+Green+Blue) = 247+216+33=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D821 is #0827DE. Grayscale: #CDCDCD. Windows color (decimal): -534495 or 2218231. OLE color: 2218231.
HSL color Cylindrical-coordinate representation of color #F7D821: hue angle of 51.31º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7D821 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 33 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.03 |
| HSL | 51.31º | 0.93% | 0.55% | - |
| HSV(B) | 51.31º | 0.87% | 0.97% | - |
| XYZ | 63.19 | 69 | 11.43 | - |
| YUV | 204.41 | 31.27 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 33 | 0 | 0.13 | 0.87 | 0.03 | 51.31 | 0.93 | 0.55 |
| Hex | F7 | D8 | 21 | 0 | D | 57 | 3 | 33 | 5D | 37 |
| Octal | 367 | 330 | 41 | 0 | 15 | 127 | 3 | 63 | 135 | 67 |
| Binary | 11110111 | 11011000 | 100001 | 0 | 1101 | 1010111 | 11 | 110011 | 1011101 | 110111 |
Color Harmonies of #F7D821
Complementary color
Monochromatic Colors of #F7D821
Black with #F7D821
Text Example
Text Example
White with #F7D821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D821; }
p { color: rgb(247,216,33); }
H1.HeaderClassName
{
color: #F7D821;
}
.AnyTagClassName
{
color: #F7D821;
}
</style>
background-color css
<style>
a { background-color: #F7D821; }
a { background-color: rgb(247,216,33); }
div.DivClassName
{
background-color: #F7D821;
}
.BgClassName
{
background-color: #F7D821;
}
</style>
border-color css
<style>
span { border-color: #F7D821; }
span { border-color: rgb(247,216,33); }
td.TdClassName
{
border-color: #F7D821;
}
.TagClassName
{
border-color: #F7D821;
}
</style>