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