Shades of Turbo #F7DD23
Tints of Turbo #F7DD23
RGB
CMYK
RGB Variations
Color information
#F7DD23 (or 0xF7DD23) is known color: Turbo. HEX triplet: F7, DD and 23. RGB value is (247,221,35). Sum of RGB (Red+Green+Blue) = 247+221+35=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DD23 is #0822DC. Grayscale: #D0D0D0. Windows color (decimal): -533213 or 2350583. OLE color: 2350583.
HSL color Cylindrical-coordinate representation of color #F7DD23: hue angle of 52.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7DD23 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.03 |
| HSL | 52.64º | 0.93% | 0.55% | - |
| HSV(B) | 52.64º | 0.86% | 0.97% | - |
| XYZ | 64.52 | 71.61 | 12.01 | - |
| YUV | 207.57 | 30.61 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 35 | 0 | 0.11 | 0.86 | 0.03 | 52.64 | 0.93 | 0.55 |
| Hex | F7 | DD | 23 | 0 | B | 56 | 3 | 35 | 5D | 37 |
| Octal | 367 | 335 | 43 | 0 | 13 | 126 | 3 | 65 | 135 | 67 |
| Binary | 11110111 | 11011101 | 100011 | 0 | 1011 | 1010110 | 11 | 110101 | 1011101 | 110111 |
Color Harmonies of #F7DD23
Complementary color
Monochromatic Colors of #F7DD23
Black with #F7DD23
Text Example
Text Example
White with #F7DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DD23; }
p { color: rgb(247,221,35); }
H1.HeaderClassName
{
color: #F7DD23;
}
.AnyTagClassName
{
color: #F7DD23;
}
</style>
background-color css
<style>
a { background-color: #F7DD23; }
a { background-color: rgb(247,221,35); }
div.DivClassName
{
background-color: #F7DD23;
}
.BgClassName
{
background-color: #F7DD23;
}
</style>
border-color css
<style>
span { border-color: #F7DD23; }
span { border-color: rgb(247,221,35); }
td.TdClassName
{
border-color: #F7DD23;
}
.TagClassName
{
border-color: #F7DD23;
}
</style>