Shades of Turbo #FECD19
Tints of Turbo #FECD19
RGB
CMYK
RGB Variations
Color information
#FECD19 (or 0xFECD19) is known color: Turbo. HEX triplet: FE, CD and 19. RGB value is (254,205,25). Sum of RGB (Red+Green+Blue) = 254+205+25=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD19 is #0132E6. Grayscale: #C7C7C7. Windows color (decimal): -78567 or 1691134. OLE color: 1691134.
HSL color Cylindrical-coordinate representation of color #FECD19: hue angle of 47.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FECD19 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 25 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.00 |
| HSL | 47.16º | 0.99% | 0.55% | - |
| HSV(B) | 47.16º | 0.9% | 1% | - |
| XYZ | 62.88 | 64.8 | 10.11 | - |
| YUV | 199.13 | 29.73 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 25 | 0 | 0.19 | 0.90 | 0.00 | 47.16 | 0.99 | 0.55 |
| Hex | FE | CD | 19 | 0 | 13 | 5A | 0 | 2F | 63 | 37 |
| Octal | 376 | 315 | 31 | 0 | 23 | 132 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001101 | 11001 | 0 | 10011 | 1011010 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECD19
Complementary color
Monochromatic Colors of #FECD19
Black with #FECD19
Text Example
Text Example
White with #FECD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD19; }
p { color: rgb(254,205,25); }
H1.HeaderClassName
{
color: #FECD19;
}
.AnyTagClassName
{
color: #FECD19;
}
</style>
background-color css
<style>
a { background-color: #FECD19; }
a { background-color: rgb(254,205,25); }
div.DivClassName
{
background-color: #FECD19;
}
.BgClassName
{
background-color: #FECD19;
}
</style>
border-color css
<style>
span { border-color: #FECD19; }
span { border-color: rgb(254,205,25); }
td.TdClassName
{
border-color: #FECD19;
}
.TagClassName
{
border-color: #FECD19;
}
</style>