Shades of Turbo #FDC91D
Tints of Turbo #FDC91D
RGB
CMYK
RGB Variations
Color information
#FDC91D (or 0xFDC91D) is known color: Turbo. HEX triplet: FD, C9 and 1D. RGB value is (253,201,29). Sum of RGB (Red+Green+Blue) = 253+201+29=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC91D is #0236E2. Grayscale: #C5C5C5. Windows color (decimal): -145123 or 1952253. OLE color: 1952253.
HSL color Cylindrical-coordinate representation of color #FDC91D: hue angle of 46.07º 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 #FDC91D is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 29 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.01 |
| HSL | 46.07º | 0.98% | 0.55% | - |
| HSV(B) | 46.07º | 0.89% | 0.99% | - |
| XYZ | 61.62 | 62.74 | 10.03 | - |
| YUV | 196.94 | 33.23 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 29 | 0 | 0.21 | 0.89 | 0.01 | 46.07 | 0.98 | 0.55 |
| Hex | FD | C9 | 1D | 0 | 15 | 59 | 1 | 2E | 62 | 37 |
| Octal | 375 | 311 | 35 | 0 | 25 | 131 | 1 | 56 | 142 | 67 |
| Binary | 11111101 | 11001001 | 11101 | 0 | 10101 | 1011001 | 1 | 101110 | 1100010 | 110111 |
Color Harmonies of #FDC91D
Complementary color
Monochromatic Colors of #FDC91D
Black with #FDC91D
Text Example
Text Example
White with #FDC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC91D; }
p { color: rgb(253,201,29); }
H1.HeaderClassName
{
color: #FDC91D;
}
.AnyTagClassName
{
color: #FDC91D;
}
</style>
background-color css
<style>
a { background-color: #FDC91D; }
a { background-color: rgb(253,201,29); }
div.DivClassName
{
background-color: #FDC91D;
}
.BgClassName
{
background-color: #FDC91D;
}
</style>
border-color css
<style>
span { border-color: #FDC91D; }
span { border-color: rgb(253,201,29); }
td.TdClassName
{
border-color: #FDC91D;
}
.TagClassName
{
border-color: #FDC91D;
}
</style>