Shades of Turbo #FFCC19
Tints of Turbo #FFCC19
RGB
CMYK
RGB Variations
Color information
#FFCC19 (or 0xFFCC19) is known color: Turbo. HEX triplet: FF, CC and 19. RGB value is (255,204,25). Sum of RGB (Red+Green+Blue) = 255+204+25=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC19 is #0033E6. Grayscale: #C7C7C7. Windows color (decimal): -13287 or 1690879. OLE color: 1690879.
HSL color Cylindrical-coordinate representation of color #FFCC19: hue angle of 46.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFCC19 is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 25 | - |
| CMYK | 0 | 0.2 | 0.90 | 0 |
| HSL | 46.7º | 1% | 0.55% | - |
| HSV(B) | 46.7º | 0.9% | 1% | - |
| XYZ | 63.01 | 64.52 | 10.05 | - |
| YUV | 198.84 | 29.9 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 25 | 0 | 0.2 | 0.90 | 0 | 46.7 | 1 | 0.55 |
| Hex | FF | CC | 19 | 0 | 14 | 5A | 0 | 2F | 64 | 37 |
| Octal | 377 | 314 | 31 | 0 | 24 | 132 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001100 | 11001 | 0 | 10100 | 1011010 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCC19
Complementary color
Monochromatic Colors of #FFCC19
Black with #FFCC19
Text Example
Text Example
White with #FFCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC19; }
p { color: rgb(255,204,25); }
H1.HeaderClassName
{
color: #FFCC19;
}
.AnyTagClassName
{
color: #FFCC19;
}
</style>
background-color css
<style>
a { background-color: #FFCC19; }
a { background-color: rgb(255,204,25); }
div.DivClassName
{
background-color: #FFCC19;
}
.BgClassName
{
background-color: #FFCC19;
}
</style>
border-color css
<style>
span { border-color: #FFCC19; }
span { border-color: rgb(255,204,25); }
td.TdClassName
{
border-color: #FFCC19;
}
.TagClassName
{
border-color: #FFCC19;
}
</style>