Shades of Turbo #FDD819
Tints of Turbo #FDD819
RGB
CMYK
RGB Variations
Color information
#FDD819 (or 0xFDD819) is known color: Turbo. HEX triplet: FD, D8 and 19. RGB value is (253,216,25). Sum of RGB (Red+Green+Blue) = 253+216+25=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD819 is #0227E6. Grayscale: #CECECE. Windows color (decimal): -141287 or 1693949. OLE color: 1693949.
HSL color Cylindrical-coordinate representation of color #FDD819: hue angle of 50.26º 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 #FDD819 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 25 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.01 |
| HSL | 50.26º | 0.98% | 0.55% | - |
| HSV(B) | 50.26º | 0.9% | 0.99% | - |
| XYZ | 65.24 | 70.06 | 11.01 | - |
| YUV | 205.29 | 26.26 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 25 | 0 | 0.15 | 0.90 | 0.01 | 50.26 | 0.98 | 0.55 |
| Hex | FD | D8 | 19 | 0 | F | 5A | 1 | 32 | 62 | 37 |
| Octal | 375 | 330 | 31 | 0 | 17 | 132 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11011000 | 11001 | 0 | 1111 | 1011010 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD819
Complementary color
Monochromatic Colors of #FDD819
Black with #FDD819
Text Example
Text Example
White with #FDD819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD819; }
p { color: rgb(253,216,25); }
H1.HeaderClassName
{
color: #FDD819;
}
.AnyTagClassName
{
color: #FDD819;
}
</style>
background-color css
<style>
a { background-color: #FDD819; }
a { background-color: rgb(253,216,25); }
div.DivClassName
{
background-color: #FDD819;
}
.BgClassName
{
background-color: #FDD819;
}
</style>
border-color css
<style>
span { border-color: #FDD819; }
span { border-color: rgb(253,216,25); }
td.TdClassName
{
border-color: #FDD819;
}
.TagClassName
{
border-color: #FDD819;
}
</style>