Shades of Turbo #FDDA24
Tints of Turbo #FDDA24
RGB
CMYK
RGB Variations
Color information
#FDDA24 (or 0xFDDA24) is known color: Turbo. HEX triplet: FD, DA and 24. RGB value is (253,218,36). Sum of RGB (Red+Green+Blue) = 253+218+36=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 36 (14.45% from 255 or 7.10% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA24 is #0225DB. Grayscale: #D0D0D0. Windows color (decimal): -140764 or 2415357. OLE color: 2415357.
HSL color Cylindrical-coordinate representation of color #FDDA24: hue angle of 50.32º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDDA24 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 36 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.01 |
| HSL | 50.32º | 0.98% | 0.57% | - |
| HSV(B) | 50.32º | 0.86% | 0.99% | - |
| XYZ | 65.9 | 71.15 | 11.93 | - |
| YUV | 207.72 | 31.1 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 36 | 0 | 0.14 | 0.86 | 0.01 | 50.32 | 0.98 | 0.57 |
| Hex | FD | DA | 24 | 0 | E | 56 | 1 | 32 | 62 | 39 |
| Octal | 375 | 332 | 44 | 0 | 16 | 126 | 1 | 62 | 142 | 71 |
| Binary | 11111101 | 11011010 | 100100 | 0 | 1110 | 1010110 | 1 | 110010 | 1100010 | 111001 |
Color Harmonies of #FDDA24
Complementary color
Monochromatic Colors of #FDDA24
Black with #FDDA24
Text Example
Text Example
White with #FDDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA24; }
p { color: rgb(253,218,36); }
H1.HeaderClassName
{
color: #FDDA24;
}
.AnyTagClassName
{
color: #FDDA24;
}
</style>
background-color css
<style>
a { background-color: #FDDA24; }
a { background-color: rgb(253,218,36); }
div.DivClassName
{
background-color: #FDDA24;
}
.BgClassName
{
background-color: #FDDA24;
}
</style>
border-color css
<style>
span { border-color: #FDDA24; }
span { border-color: rgb(253,218,36); }
td.TdClassName
{
border-color: #FDDA24;
}
.TagClassName
{
border-color: #FDDA24;
}
</style>