Shades of Turbo #F7DD24
Tints of Turbo #F7DD24
RGB
CMYK
RGB Variations
Color information
#F7DD24 (or 0xF7DD24) is known color: Turbo. HEX triplet: F7, DD and 24. RGB value is (247,221,36). Sum of RGB (Red+Green+Blue) = 247+221+36=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DD24 is #0822DB. Grayscale: #D0D0D0. Windows color (decimal): -533212 or 2416119. OLE color: 2416119.
HSL color Cylindrical-coordinate representation of color #F7DD24: hue angle of 52.61º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7DD24 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 36 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.03 |
| HSL | 52.61º | 0.93% | 0.55% | - |
| HSV(B) | 52.61º | 0.85% | 0.97% | - |
| XYZ | 64.53 | 71.61 | 12.09 | - |
| YUV | 207.68 | 31.11 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 36 | 0 | 0.11 | 0.85 | 0.03 | 52.61 | 0.93 | 0.55 |
| Hex | F7 | DD | 24 | 0 | B | 55 | 3 | 35 | 5D | 37 |
| Octal | 367 | 335 | 44 | 0 | 13 | 125 | 3 | 65 | 135 | 67 |
| Binary | 11110111 | 11011101 | 100100 | 0 | 1011 | 1010101 | 11 | 110101 | 1011101 | 110111 |
Color Harmonies of #F7DD24
Complementary color
Monochromatic Colors of #F7DD24
Black with #F7DD24
Text Example
Text Example
White with #F7DD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DD24; }
p { color: rgb(247,221,36); }
H1.HeaderClassName
{
color: #F7DD24;
}
.AnyTagClassName
{
color: #F7DD24;
}
</style>
background-color css
<style>
a { background-color: #F7DD24; }
a { background-color: rgb(247,221,36); }
div.DivClassName
{
background-color: #F7DD24;
}
.BgClassName
{
background-color: #F7DD24;
}
</style>
border-color css
<style>
span { border-color: #F7DD24; }
span { border-color: rgb(247,221,36); }
td.TdClassName
{
border-color: #F7DD24;
}
.TagClassName
{
border-color: #F7DD24;
}
</style>