Shades of Turbo #FDD01D
Tints of Turbo #FDD01D
RGB
CMYK
RGB Variations
Color information
#FDD01D (or 0xFDD01D) is known color: Turbo. HEX triplet: FD, D0 and 1D. RGB value is (253,208,29). Sum of RGB (Red+Green+Blue) = 253+208+29=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD01D is #022FE2. Grayscale: #C9C9C9. Windows color (decimal): -143331 or 1954045. OLE color: 1954045.
HSL color Cylindrical-coordinate representation of color #FDD01D: hue angle of 47.95º 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 #FDD01D is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 29 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.01 |
| HSL | 47.95º | 0.98% | 0.55% | - |
| HSV(B) | 47.95º | 0.89% | 0.99% | - |
| XYZ | 63.29 | 66.08 | 10.58 | - |
| YUV | 201.05 | 30.91 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 29 | 0 | 0.18 | 0.89 | 0.01 | 47.95 | 0.98 | 0.55 |
| Hex | FD | D0 | 1D | 0 | 12 | 59 | 1 | 30 | 62 | 37 |
| Octal | 375 | 320 | 35 | 0 | 22 | 131 | 1 | 60 | 142 | 67 |
| Binary | 11111101 | 11010000 | 11101 | 0 | 10010 | 1011001 | 1 | 110000 | 1100010 | 110111 |
Color Harmonies of #FDD01D
Complementary color
Monochromatic Colors of #FDD01D
Black with #FDD01D
Text Example
Text Example
White with #FDD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD01D; }
p { color: rgb(253,208,29); }
H1.HeaderClassName
{
color: #FDD01D;
}
.AnyTagClassName
{
color: #FDD01D;
}
</style>
background-color css
<style>
a { background-color: #FDD01D; }
a { background-color: rgb(253,208,29); }
div.DivClassName
{
background-color: #FDD01D;
}
.BgClassName
{
background-color: #FDD01D;
}
</style>
border-color css
<style>
span { border-color: #FDD01D; }
span { border-color: rgb(253,208,29); }
td.TdClassName
{
border-color: #FDD01D;
}
.TagClassName
{
border-color: #FDD01D;
}
</style>