Shades of Turbo #FDC619
Tints of Turbo #FDC619
RGB
CMYK
RGB Variations
Color information
#FDC619 (or 0xFDC619) is known color: Turbo. HEX triplet: FD, C6 and 19. RGB value is (253,198,25). Sum of RGB (Red+Green+Blue) = 253+198+25=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC619 is #0239E6. Grayscale: #C3C3C3. Windows color (decimal): -145895 or 1689341. OLE color: 1689341.
HSL color Cylindrical-coordinate representation of color #FDC619: hue angle of 45.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 #FDC619 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 25 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.01 |
| HSL | 45.53º | 0.98% | 0.55% | - |
| HSV(B) | 45.53º | 0.9% | 0.99% | - |
| XYZ | 60.88 | 61.34 | 9.55 | - |
| YUV | 194.72 | 32.22 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 25 | 0 | 0.22 | 0.90 | 0.01 | 45.53 | 0.98 | 0.55 |
| Hex | FD | C6 | 19 | 0 | 16 | 5A | 1 | 2E | 62 | 37 |
| Octal | 375 | 306 | 31 | 0 | 26 | 132 | 1 | 56 | 142 | 67 |
| Binary | 11111101 | 11000110 | 11001 | 0 | 10110 | 1011010 | 1 | 101110 | 1100010 | 110111 |
Color Harmonies of #FDC619
Complementary color
Monochromatic Colors of #FDC619
Black with #FDC619
Text Example
Text Example
White with #FDC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC619; }
p { color: rgb(253,198,25); }
H1.HeaderClassName
{
color: #FDC619;
}
.AnyTagClassName
{
color: #FDC619;
}
</style>
background-color css
<style>
a { background-color: #FDC619; }
a { background-color: rgb(253,198,25); }
div.DivClassName
{
background-color: #FDC619;
}
.BgClassName
{
background-color: #FDC619;
}
</style>
border-color css
<style>
span { border-color: #FDC619; }
span { border-color: rgb(253,198,25); }
td.TdClassName
{
border-color: #FDC619;
}
.TagClassName
{
border-color: #FDC619;
}
</style>