Shades of Turbo #FDC716
Tints of Turbo #FDC716
RGB
CMYK
RGB Variations
Color information
#FDC716 (or 0xFDC716) is known color: Turbo. HEX triplet: FD, C7 and 16. RGB value is (253,199,22). Sum of RGB (Red+Green+Blue) = 253+199+22=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC716 is #0238E9. Grayscale: #C3C3C3. Windows color (decimal): -145642 or 1492989. OLE color: 1492989.
HSL color Cylindrical-coordinate representation of color #FDC716: hue angle of 45.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDC716 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.01 |
| HSL | 45.97º | 0.98% | 0.54% | - |
| HSV(B) | 45.97º | 0.91% | 0.99% | - |
| XYZ | 61.08 | 61.79 | 9.47 | - |
| YUV | 194.97 | 30.39 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 22 | 0 | 0.21 | 0.91 | 0.01 | 45.97 | 0.98 | 0.54 |
| Hex | FD | C7 | 16 | 0 | 15 | 5B | 1 | 2E | 62 | 36 |
| Octal | 375 | 307 | 26 | 0 | 25 | 133 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11000111 | 10110 | 0 | 10101 | 1011011 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC716
Complementary color
Monochromatic Colors of #FDC716
Black with #FDC716
Text Example
Text Example
White with #FDC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC716; }
p { color: rgb(253,199,22); }
H1.HeaderClassName
{
color: #FDC716;
}
.AnyTagClassName
{
color: #FDC716;
}
</style>
background-color css
<style>
a { background-color: #FDC716; }
a { background-color: rgb(253,199,22); }
div.DivClassName
{
background-color: #FDC716;
}
.BgClassName
{
background-color: #FDC716;
}
</style>
border-color css
<style>
span { border-color: #FDC716; }
span { border-color: rgb(253,199,22); }
td.TdClassName
{
border-color: #FDC716;
}
.TagClassName
{
border-color: #FDC716;
}
</style>