Shades of Turbo #FDCD16
Tints of Turbo #FDCD16
RGB
CMYK
RGB Variations
Color information
#FDCD16 (or 0xFDCD16) is known color: Turbo. HEX triplet: FD, CD and 16. RGB value is (253,205,22). Sum of RGB (Red+Green+Blue) = 253+205+22=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD16 is #0232E9. Grayscale: #C7C7C7. Windows color (decimal): -144106 or 1494525. OLE color: 1494525.
HSL color Cylindrical-coordinate representation of color #FDCD16: hue angle of 47.53º 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 #FDCD16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.01 |
| HSL | 47.53º | 0.98% | 0.54% | - |
| HSV(B) | 47.53º | 0.91% | 0.99% | - |
| XYZ | 62.48 | 64.6 | 9.94 | - |
| YUV | 198.49 | 28.4 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 22 | 0 | 0.19 | 0.91 | 0.01 | 47.53 | 0.98 | 0.54 |
| Hex | FD | CD | 16 | 0 | 13 | 5B | 1 | 30 | 62 | 36 |
| Octal | 375 | 315 | 26 | 0 | 23 | 133 | 1 | 60 | 142 | 66 |
| Binary | 11111101 | 11001101 | 10110 | 0 | 10011 | 1011011 | 1 | 110000 | 1100010 | 110110 |
Color Harmonies of #FDCD16
Complementary color
Monochromatic Colors of #FDCD16
Black with #FDCD16
Text Example
Text Example
White with #FDCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD16; }
p { color: rgb(253,205,22); }
H1.HeaderClassName
{
color: #FDCD16;
}
.AnyTagClassName
{
color: #FDCD16;
}
</style>
background-color css
<style>
a { background-color: #FDCD16; }
a { background-color: rgb(253,205,22); }
div.DivClassName
{
background-color: #FDCD16;
}
.BgClassName
{
background-color: #FDCD16;
}
</style>
border-color css
<style>
span { border-color: #FDCD16; }
span { border-color: rgb(253,205,22); }
td.TdClassName
{
border-color: #FDCD16;
}
.TagClassName
{
border-color: #FDCD16;
}
</style>