Shades of Turbo #FDCC14
Tints of Turbo #FDCC14
RGB
CMYK
RGB Variations
Color information
#FDCC14 (or 0xFDCC14) is known color: Turbo. HEX triplet: FD, CC and 14. RGB value is (253,204,20). Sum of RGB (Red+Green+Blue) = 253+204+20=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC14 is #0233EB. Grayscale: #C6C6C6. Windows color (decimal): -144364 or 1363197. OLE color: 1363197.
HSL color Cylindrical-coordinate representation of color #FDCC14: hue angle of 47.38º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDCC14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.01 |
| HSL | 47.38º | 0.98% | 0.54% | - |
| HSV(B) | 47.38º | 0.92% | 0.99% | - |
| XYZ | 62.23 | 64.12 | 9.76 | - |
| YUV | 197.68 | 27.73 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 20 | 0 | 0.19 | 0.92 | 0.01 | 47.38 | 0.98 | 0.54 |
| Hex | FD | CC | 14 | 0 | 13 | 5C | 1 | 2F | 62 | 36 |
| Octal | 375 | 314 | 24 | 0 | 23 | 134 | 1 | 57 | 142 | 66 |
| Binary | 11111101 | 11001100 | 10100 | 0 | 10011 | 1011100 | 1 | 101111 | 1100010 | 110110 |
Color Harmonies of #FDCC14
Complementary color
Monochromatic Colors of #FDCC14
Black with #FDCC14
Text Example
Text Example
White with #FDCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC14; }
p { color: rgb(253,204,20); }
H1.HeaderClassName
{
color: #FDCC14;
}
.AnyTagClassName
{
color: #FDCC14;
}
</style>
background-color css
<style>
a { background-color: #FDCC14; }
a { background-color: rgb(253,204,20); }
div.DivClassName
{
background-color: #FDCC14;
}
.BgClassName
{
background-color: #FDCC14;
}
</style>
border-color css
<style>
span { border-color: #FDCC14; }
span { border-color: rgb(253,204,20); }
td.TdClassName
{
border-color: #FDCC14;
}
.TagClassName
{
border-color: #FDCC14;
}
</style>