Shades of Turbo #FDC915
Tints of Turbo #FDC915
RGB
CMYK
RGB Variations
Color information
#FDC915 (or 0xFDC915) is known color: Turbo. HEX triplet: FD, C9 and 15. RGB value is (253,201,21). Sum of RGB (Red+Green+Blue) = 253+201+21=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC915 is #0236EA. Grayscale: #C4C4C4. Windows color (decimal): -145131 or 1427965. OLE color: 1427965.
HSL color Cylindrical-coordinate representation of color #FDC915: hue angle of 46.55º 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 #FDC915 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 21 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.01 |
| HSL | 46.55º | 0.98% | 0.54% | - |
| HSV(B) | 46.55º | 0.92% | 0.99% | - |
| XYZ | 61.53 | 62.71 | 9.57 | - |
| YUV | 196.03 | 29.23 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 21 | 0 | 0.21 | 0.92 | 0.01 | 46.55 | 0.98 | 0.54 |
| Hex | FD | C9 | 15 | 0 | 15 | 5C | 1 | 2F | 62 | 36 |
| Octal | 375 | 311 | 25 | 0 | 25 | 134 | 1 | 57 | 142 | 66 |
| Binary | 11111101 | 11001001 | 10101 | 0 | 10101 | 1011100 | 1 | 101111 | 1100010 | 110110 |
Color Harmonies of #FDC915
Complementary color
Monochromatic Colors of #FDC915
Black with #FDC915
Text Example
Text Example
White with #FDC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC915; }
p { color: rgb(253,201,21); }
H1.HeaderClassName
{
color: #FDC915;
}
.AnyTagClassName
{
color: #FDC915;
}
</style>
background-color css
<style>
a { background-color: #FDC915; }
a { background-color: rgb(253,201,21); }
div.DivClassName
{
background-color: #FDC915;
}
.BgClassName
{
background-color: #FDC915;
}
</style>
border-color css
<style>
span { border-color: #FDC915; }
span { border-color: rgb(253,201,21); }
td.TdClassName
{
border-color: #FDC915;
}
.TagClassName
{
border-color: #FDC915;
}
</style>