Shades of Turbo #FDC918
Tints of Turbo #FDC918
RGB
CMYK
RGB Variations
Color information
#FDC918 (or 0xFDC918) is known color: Turbo. HEX triplet: FD, C9 and 18. RGB value is (253,201,24). Sum of RGB (Red+Green+Blue) = 253+201+24=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC918 is #0236E7. Grayscale: #C5C5C5. Windows color (decimal): -145128 or 1624573. OLE color: 1624573.
HSL color Cylindrical-coordinate representation of color #FDC918: hue angle of 46.38º 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 #FDC918 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 24 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.01 |
| HSL | 46.38º | 0.98% | 0.54% | - |
| HSV(B) | 46.38º | 0.91% | 0.99% | - |
| XYZ | 61.56 | 62.72 | 9.73 | - |
| YUV | 196.37 | 30.73 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 24 | 0 | 0.21 | 0.91 | 0.01 | 46.38 | 0.98 | 0.54 |
| Hex | FD | C9 | 18 | 0 | 15 | 5B | 1 | 2E | 62 | 36 |
| Octal | 375 | 311 | 30 | 0 | 25 | 133 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11001001 | 11000 | 0 | 10101 | 1011011 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC918
Complementary color
Monochromatic Colors of #FDC918
Black with #FDC918
Text Example
Text Example
White with #FDC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC918; }
p { color: rgb(253,201,24); }
H1.HeaderClassName
{
color: #FDC918;
}
.AnyTagClassName
{
color: #FDC918;
}
</style>
background-color css
<style>
a { background-color: #FDC918; }
a { background-color: rgb(253,201,24); }
div.DivClassName
{
background-color: #FDC918;
}
.BgClassName
{
background-color: #FDC918;
}
</style>
border-color css
<style>
span { border-color: #FDC918; }
span { border-color: rgb(253,201,24); }
td.TdClassName
{
border-color: #FDC918;
}
.TagClassName
{
border-color: #FDC918;
}
</style>