Shades of Turbo #FDC61D
Tints of Turbo #FDC61D
RGB
CMYK
RGB Variations
Color information
#FDC61D (or 0xFDC61D) is known color: Turbo. HEX triplet: FD, C6 and 1D. RGB value is (253,198,29). Sum of RGB (Red+Green+Blue) = 253+198+29=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC61D is #0239E2. Grayscale: #C3C3C3. Windows color (decimal): -145891 or 1951485. OLE color: 1951485.
HSL color Cylindrical-coordinate representation of color #FDC61D: hue angle of 45.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDC61D is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 29 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.01 |
| HSL | 45.27º | 0.98% | 0.55% | - |
| HSV(B) | 45.27º | 0.89% | 0.99% | - |
| XYZ | 60.92 | 61.36 | 9.79 | - |
| YUV | 195.18 | 34.22 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 29 | 0 | 0.22 | 0.89 | 0.01 | 45.27 | 0.98 | 0.55 |
| Hex | FD | C6 | 1D | 0 | 16 | 59 | 1 | 2D | 62 | 37 |
| Octal | 375 | 306 | 35 | 0 | 26 | 131 | 1 | 55 | 142 | 67 |
| Binary | 11111101 | 11000110 | 11101 | 0 | 10110 | 1011001 | 1 | 101101 | 1100010 | 110111 |
Color Harmonies of #FDC61D
Complementary color
Monochromatic Colors of #FDC61D
Black with #FDC61D
Text Example
Text Example
White with #FDC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC61D; }
p { color: rgb(253,198,29); }
H1.HeaderClassName
{
color: #FDC61D;
}
.AnyTagClassName
{
color: #FDC61D;
}
</style>
background-color css
<style>
a { background-color: #FDC61D; }
a { background-color: rgb(253,198,29); }
div.DivClassName
{
background-color: #FDC61D;
}
.BgClassName
{
background-color: #FDC61D;
}
</style>
border-color css
<style>
span { border-color: #FDC61D; }
span { border-color: rgb(253,198,29); }
td.TdClassName
{
border-color: #FDC61D;
}
.TagClassName
{
border-color: #FDC61D;
}
</style>