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