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