Shades of Turbo #FCCF18
Tints of Turbo #FCCF18
RGB
CMYK
RGB Variations
Color information
#FCCF18 (or 0xFCCF18) is known color: Turbo. HEX triplet: FC, CF and 18. RGB value is (252,207,24). Sum of RGB (Red+Green+Blue) = 252+207+24=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF18 is #0330E7. Grayscale: #C8C8C8. Windows color (decimal): -209128 or 1626108. OLE color: 1626108.
HSL color Cylindrical-coordinate representation of color #FCCF18: hue angle of 48.16º 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 #FCCF18 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 24 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.01 |
| HSL | 48.16º | 0.97% | 0.54% | - |
| HSV(B) | 48.16º | 0.9% | 0.99% | - |
| XYZ | 62.62 | 65.39 | 10.18 | - |
| YUV | 199.59 | 28.91 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 24 | 0 | 0.18 | 0.90 | 0.01 | 48.16 | 0.97 | 0.54 |
| Hex | FC | CF | 18 | 0 | 12 | 5A | 1 | 30 | 61 | 36 |
| Octal | 374 | 317 | 30 | 0 | 22 | 132 | 1 | 60 | 141 | 66 |
| Binary | 11111100 | 11001111 | 11000 | 0 | 10010 | 1011010 | 1 | 110000 | 1100001 | 110110 |
Color Harmonies of #FCCF18
Complementary color
Monochromatic Colors of #FCCF18
Black with #FCCF18
Text Example
Text Example
White with #FCCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF18; }
p { color: rgb(252,207,24); }
H1.HeaderClassName
{
color: #FCCF18;
}
.AnyTagClassName
{
color: #FCCF18;
}
</style>
background-color css
<style>
a { background-color: #FCCF18; }
a { background-color: rgb(252,207,24); }
div.DivClassName
{
background-color: #FCCF18;
}
.BgClassName
{
background-color: #FCCF18;
}
</style>
border-color css
<style>
span { border-color: #FCCF18; }
span { border-color: rgb(252,207,24); }
td.TdClassName
{
border-color: #FCCF18;
}
.TagClassName
{
border-color: #FCCF18;
}
</style>