Shades of Turbo #FDCD17
Tints of Turbo #FDCD17
RGB
CMYK
RGB Variations
Color information
#FDCD17 (or 0xFDCD17) is known color: Turbo. HEX triplet: FD, CD and 17. RGB value is (253,205,23). Sum of RGB (Red+Green+Blue) = 253+205+23=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 23 (9.38% from 255 or 4.78% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD17 is #0232E8. Grayscale: #C7C7C7. Windows color (decimal): -144105 or 1560061. OLE color: 1560061.
HSL color Cylindrical-coordinate representation of color #FDCD17: hue angle of 47.48º 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 #FDCD17 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 23 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.01 |
| HSL | 47.48º | 0.98% | 0.54% | - |
| HSV(B) | 47.48º | 0.91% | 0.99% | - |
| XYZ | 62.49 | 64.61 | 9.99 | - |
| YUV | 198.6 | 28.9 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 23 | 0 | 0.19 | 0.91 | 0.01 | 47.48 | 0.98 | 0.54 |
| Hex | FD | CD | 17 | 0 | 13 | 5B | 1 | 2F | 62 | 36 |
| Octal | 375 | 315 | 27 | 0 | 23 | 133 | 1 | 57 | 142 | 66 |
| Binary | 11111101 | 11001101 | 10111 | 0 | 10011 | 1011011 | 1 | 101111 | 1100010 | 110110 |
Color Harmonies of #FDCD17
Complementary color
Monochromatic Colors of #FDCD17
Black with #FDCD17
Text Example
Text Example
White with #FDCD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD17; }
p { color: rgb(253,205,23); }
H1.HeaderClassName
{
color: #FDCD17;
}
.AnyTagClassName
{
color: #FDCD17;
}
</style>
background-color css
<style>
a { background-color: #FDCD17; }
a { background-color: rgb(253,205,23); }
div.DivClassName
{
background-color: #FDCD17;
}
.BgClassName
{
background-color: #FDCD17;
}
</style>
border-color css
<style>
span { border-color: #FDCD17; }
span { border-color: rgb(253,205,23); }
td.TdClassName
{
border-color: #FDCD17;
}
.TagClassName
{
border-color: #FDCD17;
}
</style>