Shades of Turbo #FDCC16
Tints of Turbo #FDCC16
RGB
CMYK
RGB Variations
Color information
#FDCC16 (or 0xFDCC16) is known color: Turbo. HEX triplet: FD, CC and 16. RGB value is (253,204,22). Sum of RGB (Red+Green+Blue) = 253+204+22=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC16 is #0233E9. Grayscale: #C6C6C6. Windows color (decimal): -144362 or 1494269. OLE color: 1494269.
HSL color Cylindrical-coordinate representation of color #FDCC16: hue angle of 47.27º 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 #FDCC16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.01 |
| HSL | 47.27º | 0.98% | 0.54% | - |
| HSV(B) | 47.27º | 0.91% | 0.99% | - |
| XYZ | 62.25 | 64.13 | 9.86 | - |
| YUV | 197.9 | 28.73 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 22 | 0 | 0.19 | 0.91 | 0.01 | 47.27 | 0.98 | 0.54 |
| Hex | FD | CC | 16 | 0 | 13 | 5B | 1 | 2F | 62 | 36 |
| Octal | 375 | 314 | 26 | 0 | 23 | 133 | 1 | 57 | 142 | 66 |
| Binary | 11111101 | 11001100 | 10110 | 0 | 10011 | 1011011 | 1 | 101111 | 1100010 | 110110 |
Color Harmonies of #FDCC16
Complementary color
Monochromatic Colors of #FDCC16
Black with #FDCC16
Text Example
Text Example
White with #FDCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC16; }
p { color: rgb(253,204,22); }
H1.HeaderClassName
{
color: #FDCC16;
}
.AnyTagClassName
{
color: #FDCC16;
}
</style>
background-color css
<style>
a { background-color: #FDCC16; }
a { background-color: rgb(253,204,22); }
div.DivClassName
{
background-color: #FDCC16;
}
.BgClassName
{
background-color: #FDCC16;
}
</style>
border-color css
<style>
span { border-color: #FDCC16; }
span { border-color: rgb(253,204,22); }
td.TdClassName
{
border-color: #FDCC16;
}
.TagClassName
{
border-color: #FDCC16;
}
</style>