Shades of Turbo #FDD919
Tints of Turbo #FDD919
RGB
CMYK
RGB Variations
Color information
#FDD919 (or 0xFDD919) is known color: Turbo. HEX triplet: FD, D9 and 19. RGB value is (253,217,25). Sum of RGB (Red+Green+Blue) = 253+217+25=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD919 is #0226E6. Grayscale: #CECECE. Windows color (decimal): -141031 or 1694205. OLE color: 1694205.
HSL color Cylindrical-coordinate representation of color #FDD919: hue angle of 50.53º 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 #FDD919 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 25 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.01 |
| HSL | 50.53º | 0.98% | 0.55% | - |
| HSV(B) | 50.53º | 0.9% | 0.99% | - |
| XYZ | 65.5 | 70.58 | 11.09 | - |
| YUV | 205.88 | 25.93 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 25 | 0 | 0.14 | 0.90 | 0.01 | 50.53 | 0.98 | 0.55 |
| Hex | FD | D9 | 19 | 0 | E | 5A | 1 | 33 | 62 | 37 |
| Octal | 375 | 331 | 31 | 0 | 16 | 132 | 1 | 63 | 142 | 67 |
| Binary | 11111101 | 11011001 | 11001 | 0 | 1110 | 1011010 | 1 | 110011 | 1100010 | 110111 |
Color Harmonies of #FDD919
Complementary color
Monochromatic Colors of #FDD919
Black with #FDD919
Text Example
Text Example
White with #FDD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD919; }
p { color: rgb(253,217,25); }
H1.HeaderClassName
{
color: #FDD919;
}
.AnyTagClassName
{
color: #FDD919;
}
</style>
background-color css
<style>
a { background-color: #FDD919; }
a { background-color: rgb(253,217,25); }
div.DivClassName
{
background-color: #FDD919;
}
.BgClassName
{
background-color: #FDD919;
}
</style>
border-color css
<style>
span { border-color: #FDD919; }
span { border-color: rgb(253,217,25); }
td.TdClassName
{
border-color: #FDD919;
}
.TagClassName
{
border-color: #FDD919;
}
</style>