Shades of Turbo #FDD724
Tints of Turbo #FDD724
RGB
CMYK
RGB Variations
Color information
#FDD724 (or 0xFDD724) is known color: Turbo. HEX triplet: FD, D7 and 24. RGB value is (253,215,36). Sum of RGB (Red+Green+Blue) = 253+215+36=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD724 is #0228DB. Grayscale: #CECECE. Windows color (decimal): -141532 or 2414589. OLE color: 2414589.
HSL color Cylindrical-coordinate representation of color #FDD724: hue angle of 49.49º 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 #FDD724 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 36 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.01 |
| HSL | 49.49º | 0.98% | 0.57% | - |
| HSV(B) | 49.49º | 0.86% | 0.99% | - |
| XYZ | 65.13 | 69.61 | 11.67 | - |
| YUV | 205.96 | 32.09 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 36 | 0 | 0.15 | 0.86 | 0.01 | 49.49 | 0.98 | 0.57 |
| Hex | FD | D7 | 24 | 0 | F | 56 | 1 | 31 | 62 | 39 |
| Octal | 375 | 327 | 44 | 0 | 17 | 126 | 1 | 61 | 142 | 71 |
| Binary | 11111101 | 11010111 | 100100 | 0 | 1111 | 1010110 | 1 | 110001 | 1100010 | 111001 |
Color Harmonies of #FDD724
Complementary color
Monochromatic Colors of #FDD724
Black with #FDD724
Text Example
Text Example
White with #FDD724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD724; }
p { color: rgb(253,215,36); }
H1.HeaderClassName
{
color: #FDD724;
}
.AnyTagClassName
{
color: #FDD724;
}
</style>
background-color css
<style>
a { background-color: #FDD724; }
a { background-color: rgb(253,215,36); }
div.DivClassName
{
background-color: #FDD724;
}
.BgClassName
{
background-color: #FDD724;
}
</style>
border-color css
<style>
span { border-color: #FDD724; }
span { border-color: rgb(253,215,36); }
td.TdClassName
{
border-color: #FDD724;
}
.TagClassName
{
border-color: #FDD724;
}
</style>