Shades of Turbo #FDD619
Tints of Turbo #FDD619
RGB
CMYK
RGB Variations
Color information
#FDD619 (or 0xFDD619) is known color: Turbo. HEX triplet: FD, D6 and 19. RGB value is (253,214,25). Sum of RGB (Red+Green+Blue) = 253+214+25=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 25 (10.16% from 255 or 5.08% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD619 is #0229E6. Grayscale: #CCCCCC. Windows color (decimal): -141799 or 1693437. OLE color: 1693437.
HSL color Cylindrical-coordinate representation of color #FDD619: hue angle of 49.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDD619 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 25 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.01 |
| HSL | 49.74º | 0.98% | 0.55% | - |
| HSV(B) | 49.74º | 0.9% | 0.99% | - |
| XYZ | 64.73 | 69.05 | 10.84 | - |
| YUV | 204.12 | 26.92 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 25 | 0 | 0.15 | 0.90 | 0.01 | 49.74 | 0.98 | 0.55 |
| Hex | FD | D6 | 19 | 0 | F | 5A | 1 | 32 | 62 | 37 |
| Octal | 375 | 326 | 31 | 0 | 17 | 132 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11010110 | 11001 | 0 | 1111 | 1011010 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD619
Complementary color
Monochromatic Colors of #FDD619
Black with #FDD619
Text Example
Text Example
White with #FDD619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD619; }
p { color: rgb(253,214,25); }
H1.HeaderClassName
{
color: #FDD619;
}
.AnyTagClassName
{
color: #FDD619;
}
</style>
background-color css
<style>
a { background-color: #FDD619; }
a { background-color: rgb(253,214,25); }
div.DivClassName
{
background-color: #FDD619;
}
.BgClassName
{
background-color: #FDD619;
}
</style>
border-color css
<style>
span { border-color: #FDD619; }
span { border-color: rgb(253,214,25); }
td.TdClassName
{
border-color: #FDD619;
}
.TagClassName
{
border-color: #FDD619;
}
</style>