Shades of Turbo #FDD41D
Tints of Turbo #FDD41D
RGB
CMYK
RGB Variations
Color information
#FDD41D (or 0xFDD41D) is known color: Turbo. HEX triplet: FD, D4 and 1D. RGB value is (253,212,29). Sum of RGB (Red+Green+Blue) = 253+212+29=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD41D is #022BE2. Grayscale: #CCCCCC. Windows color (decimal): -142307 or 1955069. OLE color: 1955069.
HSL color Cylindrical-coordinate representation of color #FDD41D: hue angle of 49.02º 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 #FDD41D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 29 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.01 |
| HSL | 49.02º | 0.98% | 0.55% | - |
| HSV(B) | 49.02º | 0.89% | 0.99% | - |
| XYZ | 64.27 | 68.06 | 10.91 | - |
| YUV | 203.4 | 29.58 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 29 | 0 | 0.16 | 0.89 | 0.01 | 49.02 | 0.98 | 0.55 |
| Hex | FD | D4 | 1D | 0 | 10 | 59 | 1 | 31 | 62 | 37 |
| Octal | 375 | 324 | 35 | 0 | 20 | 131 | 1 | 61 | 142 | 67 |
| Binary | 11111101 | 11010100 | 11101 | 0 | 10000 | 1011001 | 1 | 110001 | 1100010 | 110111 |
Color Harmonies of #FDD41D
Complementary color
Monochromatic Colors of #FDD41D
Black with #FDD41D
Text Example
Text Example
White with #FDD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD41D; }
p { color: rgb(253,212,29); }
H1.HeaderClassName
{
color: #FDD41D;
}
.AnyTagClassName
{
color: #FDD41D;
}
</style>
background-color css
<style>
a { background-color: #FDD41D; }
a { background-color: rgb(253,212,29); }
div.DivClassName
{
background-color: #FDD41D;
}
.BgClassName
{
background-color: #FDD41D;
}
</style>
border-color css
<style>
span { border-color: #FDD41D; }
span { border-color: rgb(253,212,29); }
td.TdClassName
{
border-color: #FDD41D;
}
.TagClassName
{
border-color: #FDD41D;
}
</style>