Shades of Turbo #FDD91C
Tints of Turbo #FDD91C
RGB
CMYK
RGB Variations
Color information
#FDD91C (or 0xFDD91C) is known color: Turbo. HEX triplet: FD, D9 and 1C. RGB value is (253,217,28). Sum of RGB (Red+Green+Blue) = 253+217+28=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD91C is #0226E3. Grayscale: #CFCFCF. Windows color (decimal): -141028 or 1890813. OLE color: 1890813.
HSL color Cylindrical-coordinate representation of color #FDD91C: hue angle of 50.4º 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 #FDD91C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 28 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.01 |
| HSL | 50.4º | 0.98% | 0.55% | - |
| HSV(B) | 50.4º | 0.89% | 0.99% | - |
| XYZ | 65.53 | 70.59 | 11.27 | - |
| YUV | 206.22 | 27.43 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 28 | 0 | 0.14 | 0.89 | 0.01 | 50.4 | 0.98 | 0.55 |
| Hex | FD | D9 | 1C | 0 | E | 59 | 1 | 32 | 62 | 37 |
| Octal | 375 | 331 | 34 | 0 | 16 | 131 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11011001 | 11100 | 0 | 1110 | 1011001 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD91C
Complementary color
Monochromatic Colors of #FDD91C
Black with #FDD91C
Text Example
Text Example
White with #FDD91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD91C; }
p { color: rgb(253,217,28); }
H1.HeaderClassName
{
color: #FDD91C;
}
.AnyTagClassName
{
color: #FDD91C;
}
</style>
background-color css
<style>
a { background-color: #FDD91C; }
a { background-color: rgb(253,217,28); }
div.DivClassName
{
background-color: #FDD91C;
}
.BgClassName
{
background-color: #FDD91C;
}
</style>
border-color css
<style>
span { border-color: #FDD91C; }
span { border-color: rgb(253,217,28); }
td.TdClassName
{
border-color: #FDD91C;
}
.TagClassName
{
border-color: #FDD91C;
}
</style>