Shades of Turbo #FDD71D
Tints of Turbo #FDD71D
RGB
CMYK
RGB Variations
Color information
#FDD71D (or 0xFDD71D) is known color: Turbo. HEX triplet: FD, D7 and 1D. RGB value is (253,215,29). Sum of RGB (Red+Green+Blue) = 253+215+29=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 29 (11.72% from 255 or 5.84% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD71D is #0228E2. Grayscale: #CDCDCD. Windows color (decimal): -141539 or 1955837. OLE color: 1955837.
HSL color Cylindrical-coordinate representation of color #FDD71D: hue angle of 49.82º 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 #FDD71D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 29 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.01 |
| HSL | 49.82º | 0.98% | 0.55% | - |
| HSV(B) | 49.82º | 0.89% | 0.99% | - |
| XYZ | 65.03 | 69.57 | 11.16 | - |
| YUV | 205.16 | 28.59 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 29 | 0 | 0.15 | 0.89 | 0.01 | 49.82 | 0.98 | 0.55 |
| Hex | FD | D7 | 1D | 0 | F | 59 | 1 | 32 | 62 | 37 |
| Octal | 375 | 327 | 35 | 0 | 17 | 131 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11010111 | 11101 | 0 | 1111 | 1011001 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD71D
Complementary color
Monochromatic Colors of #FDD71D
Black with #FDD71D
Text Example
Text Example
White with #FDD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD71D; }
p { color: rgb(253,215,29); }
H1.HeaderClassName
{
color: #FDD71D;
}
.AnyTagClassName
{
color: #FDD71D;
}
</style>
background-color css
<style>
a { background-color: #FDD71D; }
a { background-color: rgb(253,215,29); }
div.DivClassName
{
background-color: #FDD71D;
}
.BgClassName
{
background-color: #FDD71D;
}
</style>
border-color css
<style>
span { border-color: #FDD71D; }
span { border-color: rgb(253,215,29); }
td.TdClassName
{
border-color: #FDD71D;
}
.TagClassName
{
border-color: #FDD71D;
}
</style>