Shades of Turbo #FDD927
Tints of Turbo #FDD927
RGB
CMYK
RGB Variations
Color information
#FDD927 (or 0xFDD927) is known color: Turbo. HEX triplet: FD, D9 and 27. RGB value is (253,217,39). Sum of RGB (Red+Green+Blue) = 253+217+39=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 39 (15.62% from 255 or 7.66% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD927 is #0226D8. Grayscale: #D0D0D0. Windows color (decimal): -141017 or 2611709. OLE color: 2611709.
HSL color Cylindrical-coordinate representation of color #FDD927: hue angle of 49.91º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDD927 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 39 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.01 |
| HSL | 49.91º | 0.98% | 0.57% | - |
| HSV(B) | 49.91º | 0.85% | 0.99% | - |
| XYZ | 65.69 | 70.65 | 12.1 | - |
| YUV | 207.47 | 32.93 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 39 | 0 | 0.14 | 0.85 | 0.01 | 49.91 | 0.98 | 0.57 |
| Hex | FD | D9 | 27 | 0 | E | 55 | 1 | 32 | 62 | 39 |
| Octal | 375 | 331 | 47 | 0 | 16 | 125 | 1 | 62 | 142 | 71 |
| Binary | 11111101 | 11011001 | 100111 | 0 | 1110 | 1010101 | 1 | 110010 | 1100010 | 111001 |
Color Harmonies of #FDD927
Complementary color
Monochromatic Colors of #FDD927
Black with #FDD927
Text Example
Text Example
White with #FDD927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD927; }
p { color: rgb(253,217,39); }
H1.HeaderClassName
{
color: #FDD927;
}
.AnyTagClassName
{
color: #FDD927;
}
</style>
background-color css
<style>
a { background-color: #FDD927; }
a { background-color: rgb(253,217,39); }
div.DivClassName
{
background-color: #FDD927;
}
.BgClassName
{
background-color: #FDD927;
}
</style>
border-color css
<style>
span { border-color: #FDD927; }
span { border-color: rgb(253,217,39); }
td.TdClassName
{
border-color: #FDD927;
}
.TagClassName
{
border-color: #FDD927;
}
</style>