Shades of Turbo #FFCC1A
Tints of Turbo #FFCC1A
RGB
CMYK
RGB Variations
Color information
#FFCC1A (or 0xFFCC1A) is known color: Turbo. HEX triplet: FF, CC and 1A. RGB value is (255,204,26). Sum of RGB (Red+Green+Blue) = 255+204+26=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC1A is #0033E5. Grayscale: #C7C7C7. Windows color (decimal): -13286 or 1756415. OLE color: 1756415.
HSL color Cylindrical-coordinate representation of color #FFCC1A: hue angle of 46.64º 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 #FFCC1A is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 26 | - |
| CMYK | 0 | 0.2 | 0.90 | 0 |
| HSL | 46.64º | 1% | 0.55% | - |
| HSV(B) | 46.64º | 0.9% | 1% | - |
| XYZ | 63.02 | 64.52 | 10.11 | - |
| YUV | 198.96 | 30.4 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 26 | 0 | 0.2 | 0.90 | 0 | 46.64 | 1 | 0.55 |
| Hex | FF | CC | 1A | 0 | 14 | 5A | 0 | 2F | 64 | 37 |
| Octal | 377 | 314 | 32 | 0 | 24 | 132 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001100 | 11010 | 0 | 10100 | 1011010 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCC1A
Complementary color
Monochromatic Colors of #FFCC1A
Black with #FFCC1A
Text Example
Text Example
White with #FFCC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC1A; }
p { color: rgb(255,204,26); }
H1.HeaderClassName
{
color: #FFCC1A;
}
.AnyTagClassName
{
color: #FFCC1A;
}
</style>
background-color css
<style>
a { background-color: #FFCC1A; }
a { background-color: rgb(255,204,26); }
div.DivClassName
{
background-color: #FFCC1A;
}
.BgClassName
{
background-color: #FFCC1A;
}
</style>
border-color css
<style>
span { border-color: #FFCC1A; }
span { border-color: rgb(255,204,26); }
td.TdClassName
{
border-color: #FFCC1A;
}
.TagClassName
{
border-color: #FFCC1A;
}
</style>