Shades of Turbo #FDD91D
Tints of Turbo #FDD91D
RGB
CMYK
RGB Variations
Color information
#FDD91D (or 0xFDD91D) is known color: Turbo. HEX triplet: FD, D9 and 1D. RGB value is (253,217,29). Sum of RGB (Red+Green+Blue) = 253+217+29=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD91D is #0226E2. Grayscale: #CFCFCF. Windows color (decimal): -141027 or 1956349. OLE color: 1956349.
HSL color Cylindrical-coordinate representation of color #FDD91D: hue angle of 50.36º 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 #FDD91D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 29 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.01 |
| HSL | 50.36º | 0.98% | 0.55% | - |
| HSV(B) | 50.36º | 0.89% | 0.99% | - |
| XYZ | 65.54 | 70.6 | 11.33 | - |
| YUV | 206.33 | 27.93 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 29 | 0 | 0.14 | 0.89 | 0.01 | 50.36 | 0.98 | 0.55 |
| Hex | FD | D9 | 1D | 0 | E | 59 | 1 | 32 | 62 | 37 |
| Octal | 375 | 331 | 35 | 0 | 16 | 131 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11011001 | 11101 | 0 | 1110 | 1011001 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD91D
Complementary color
Monochromatic Colors of #FDD91D
Black with #FDD91D
Text Example
Text Example
White with #FDD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD91D; }
p { color: rgb(253,217,29); }
H1.HeaderClassName
{
color: #FDD91D;
}
.AnyTagClassName
{
color: #FDD91D;
}
</style>
background-color css
<style>
a { background-color: #FDD91D; }
a { background-color: rgb(253,217,29); }
div.DivClassName
{
background-color: #FDD91D;
}
.BgClassName
{
background-color: #FDD91D;
}
</style>
border-color css
<style>
span { border-color: #FDD91D; }
span { border-color: rgb(253,217,29); }
td.TdClassName
{
border-color: #FDD91D;
}
.TagClassName
{
border-color: #FDD91D;
}
</style>