Shades of Turbo #FCCC18
Tints of Turbo #FCCC18
RGB
CMYK
RGB Variations
Color information
#FCCC18 (or 0xFCCC18) is known color: Turbo. HEX triplet: FC, CC and 18. RGB value is (252,204,24). Sum of RGB (Red+Green+Blue) = 252+204+24=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC18 is #0333E7. Grayscale: #C6C6C6. Windows color (decimal): -209896 or 1625340. OLE color: 1625340.
HSL color Cylindrical-coordinate representation of color #FCCC18: hue angle of 47.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCCC18 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.01 |
| HSL | 47.37º | 0.97% | 0.54% | - |
| HSV(B) | 47.37º | 0.9% | 0.99% | - |
| XYZ | 61.9 | 63.95 | 9.94 | - |
| YUV | 197.83 | 29.9 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 24 | 0 | 0.19 | 0.90 | 0.01 | 47.37 | 0.97 | 0.54 |
| Hex | FC | CC | 18 | 0 | 13 | 5A | 1 | 2F | 61 | 36 |
| Octal | 374 | 314 | 30 | 0 | 23 | 132 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001100 | 11000 | 0 | 10011 | 1011010 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCCC18
Complementary color
Monochromatic Colors of #FCCC18
Black with #FCCC18
Text Example
Text Example
White with #FCCC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC18; }
p { color: rgb(252,204,24); }
H1.HeaderClassName
{
color: #FCCC18;
}
.AnyTagClassName
{
color: #FCCC18;
}
</style>
background-color css
<style>
a { background-color: #FCCC18; }
a { background-color: rgb(252,204,24); }
div.DivClassName
{
background-color: #FCCC18;
}
.BgClassName
{
background-color: #FCCC18;
}
</style>
border-color css
<style>
span { border-color: #FCCC18; }
span { border-color: rgb(252,204,24); }
td.TdClassName
{
border-color: #FCCC18;
}
.TagClassName
{
border-color: #FCCC18;
}
</style>