Shades of Turbo #FDC919
Tints of Turbo #FDC919
RGB
CMYK
RGB Variations
Color information
#FDC919 (or 0xFDC919) is known color: Turbo. HEX triplet: FD, C9 and 19. RGB value is (253,201,25). Sum of RGB (Red+Green+Blue) = 253+201+25=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC919 is #0236E6. Grayscale: #C5C5C5. Windows color (decimal): -145127 or 1690109. OLE color: 1690109.
HSL color Cylindrical-coordinate representation of color #FDC919: hue angle of 46.32º 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 #FDC919 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.01 |
| HSL | 46.32º | 0.98% | 0.55% | - |
| HSV(B) | 46.32º | 0.9% | 0.99% | - |
| XYZ | 61.57 | 62.73 | 9.78 | - |
| YUV | 196.48 | 31.23 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 25 | 0 | 0.21 | 0.90 | 0.01 | 46.32 | 0.98 | 0.55 |
| Hex | FD | C9 | 19 | 0 | 15 | 5A | 1 | 2E | 62 | 37 |
| Octal | 375 | 311 | 31 | 0 | 25 | 132 | 1 | 56 | 142 | 67 |
| Binary | 11111101 | 11001001 | 11001 | 0 | 10101 | 1011010 | 1 | 101110 | 1100010 | 110111 |
Color Harmonies of #FDC919
Complementary color
Monochromatic Colors of #FDC919
Black with #FDC919
Text Example
Text Example
White with #FDC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC919; }
p { color: rgb(253,201,25); }
H1.HeaderClassName
{
color: #FDC919;
}
.AnyTagClassName
{
color: #FDC919;
}
</style>
background-color css
<style>
a { background-color: #FDC919; }
a { background-color: rgb(253,201,25); }
div.DivClassName
{
background-color: #FDC919;
}
.BgClassName
{
background-color: #FDC919;
}
</style>
border-color css
<style>
span { border-color: #FDC919; }
span { border-color: rgb(253,201,25); }
td.TdClassName
{
border-color: #FDC919;
}
.TagClassName
{
border-color: #FDC919;
}
</style>