Shades of Turbo #FDD41F
Tints of Turbo #FDD41F
RGB
CMYK
RGB Variations
Color information
#FDD41F (or 0xFDD41F) is known color: Turbo. HEX triplet: FD, D4 and 1F. RGB value is (253,212,31). Sum of RGB (Red+Green+Blue) = 253+212+31=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD41F is #022BE0. Grayscale: #CCCCCC. Windows color (decimal): -142305 or 2086141. OLE color: 2086141.
HSL color Cylindrical-coordinate representation of color #FDD41F: hue angle of 48.92º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDD41F is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 31 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.01 |
| HSL | 48.92º | 0.98% | 0.56% | - |
| HSV(B) | 48.92º | 0.88% | 0.99% | - |
| XYZ | 64.3 | 68.07 | 11.05 | - |
| YUV | 203.63 | 30.58 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 31 | 0 | 0.16 | 0.88 | 0.01 | 48.92 | 0.98 | 0.56 |
| Hex | FD | D4 | 1F | 0 | 10 | 58 | 1 | 31 | 62 | 38 |
| Octal | 375 | 324 | 37 | 0 | 20 | 130 | 1 | 61 | 142 | 70 |
| Binary | 11111101 | 11010100 | 11111 | 0 | 10000 | 1011000 | 1 | 110001 | 1100010 | 111000 |
Color Harmonies of #FDD41F
Complementary color
Monochromatic Colors of #FDD41F
Black with #FDD41F
Text Example
Text Example
White with #FDD41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD41F; }
p { color: rgb(253,212,31); }
H1.HeaderClassName
{
color: #FDD41F;
}
.AnyTagClassName
{
color: #FDD41F;
}
</style>
background-color css
<style>
a { background-color: #FDD41F; }
a { background-color: rgb(253,212,31); }
div.DivClassName
{
background-color: #FDD41F;
}
.BgClassName
{
background-color: #FDD41F;
}
</style>
border-color css
<style>
span { border-color: #FDD41F; }
span { border-color: rgb(253,212,31); }
td.TdClassName
{
border-color: #FDD41F;
}
.TagClassName
{
border-color: #FDD41F;
}
</style>