Shades of Turbo #FDC916
Tints of Turbo #FDC916
RGB
CMYK
RGB Variations
Color information
#FDC916 (or 0xFDC916) is known color: Turbo. HEX triplet: FD, C9 and 16. RGB value is (253,201,22). Sum of RGB (Red+Green+Blue) = 253+201+22=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC916 is #0236E9. Grayscale: #C4C4C4. Windows color (decimal): -145130 or 1493501. OLE color: 1493501.
HSL color Cylindrical-coordinate representation of color #FDC916: hue angle of 46.49º 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 #FDC916 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.01 |
| HSL | 46.49º | 0.98% | 0.54% | - |
| HSV(B) | 46.49º | 0.91% | 0.99% | - |
| XYZ | 61.54 | 62.71 | 9.62 | - |
| YUV | 196.14 | 29.73 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 22 | 0 | 0.21 | 0.91 | 0.01 | 46.49 | 0.98 | 0.54 |
| Hex | FD | C9 | 16 | 0 | 15 | 5B | 1 | 2E | 62 | 36 |
| Octal | 375 | 311 | 26 | 0 | 25 | 133 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11001001 | 10110 | 0 | 10101 | 1011011 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC916
Complementary color
Monochromatic Colors of #FDC916
Black with #FDC916
Text Example
Text Example
White with #FDC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC916; }
p { color: rgb(253,201,22); }
H1.HeaderClassName
{
color: #FDC916;
}
.AnyTagClassName
{
color: #FDC916;
}
</style>
background-color css
<style>
a { background-color: #FDC916; }
a { background-color: rgb(253,201,22); }
div.DivClassName
{
background-color: #FDC916;
}
.BgClassName
{
background-color: #FDC916;
}
</style>
border-color css
<style>
span { border-color: #FDC916; }
span { border-color: rgb(253,201,22); }
td.TdClassName
{
border-color: #FDC916;
}
.TagClassName
{
border-color: #FDC916;
}
</style>