Shades of Turbo #FFCC18
Tints of Turbo #FFCC18
RGB
CMYK
RGB Variations
Color information
#FFCC18 (or 0xFFCC18) is known color: Turbo. HEX triplet: FF, CC and 18. RGB value is (255,204,24). Sum of RGB (Red+Green+Blue) = 255+204+24=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC18 is #0033E7. Grayscale: #C7C7C7. Windows color (decimal): -13288 or 1625343. OLE color: 1625343.
HSL color Cylindrical-coordinate representation of color #FFCC18: hue angle of 46.75º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCC18 is Cyan = 0, Magento = 0.2, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 24 | - |
| CMYK | 0 | 0.2 | 0.91 | 0 |
| HSL | 46.75º | 1% | 0.55% | - |
| HSV(B) | 46.75º | 0.91% | 1% | - |
| XYZ | 63 | 64.51 | 10 | - |
| YUV | 198.73 | 29.4 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 24 | 0 | 0.2 | 0.91 | 0 | 46.75 | 1 | 0.55 |
| Hex | FF | CC | 18 | 0 | 14 | 5B | 0 | 2F | 64 | 37 |
| Octal | 377 | 314 | 30 | 0 | 24 | 133 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001100 | 11000 | 0 | 10100 | 1011011 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCC18
Complementary color
Monochromatic Colors of #FFCC18
Black with #FFCC18
Text Example
Text Example
White with #FFCC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC18; }
p { color: rgb(255,204,24); }
H1.HeaderClassName
{
color: #FFCC18;
}
.AnyTagClassName
{
color: #FFCC18;
}
</style>
background-color css
<style>
a { background-color: #FFCC18; }
a { background-color: rgb(255,204,24); }
div.DivClassName
{
background-color: #FFCC18;
}
.BgClassName
{
background-color: #FFCC18;
}
</style>
border-color css
<style>
span { border-color: #FFCC18; }
span { border-color: rgb(255,204,24); }
td.TdClassName
{
border-color: #FFCC18;
}
.TagClassName
{
border-color: #FFCC18;
}
</style>