Shades of Turbo #FCCF19
Tints of Turbo #FCCF19
RGB
CMYK
RGB Variations
Color information
#FCCF19 (or 0xFCCF19) is known color: Turbo. HEX triplet: FC, CF and 19. RGB value is (252,207,25). Sum of RGB (Red+Green+Blue) = 252+207+25=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF19 is #0330E6. Grayscale: #C8C8C8. Windows color (decimal): -209127 or 1691644. OLE color: 1691644.
HSL color Cylindrical-coordinate representation of color #FCCF19: hue angle of 48.11º 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 #FCCF19 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 25 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.01 |
| HSL | 48.11º | 0.97% | 0.54% | - |
| HSV(B) | 48.11º | 0.9% | 0.99% | - |
| XYZ | 62.63 | 65.39 | 10.24 | - |
| YUV | 199.71 | 29.41 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 25 | 0 | 0.18 | 0.90 | 0.01 | 48.11 | 0.97 | 0.54 |
| Hex | FC | CF | 19 | 0 | 12 | 5A | 1 | 30 | 61 | 36 |
| Octal | 374 | 317 | 31 | 0 | 22 | 132 | 1 | 60 | 141 | 66 |
| Binary | 11111100 | 11001111 | 11001 | 0 | 10010 | 1011010 | 1 | 110000 | 1100001 | 110110 |
Color Harmonies of #FCCF19
Complementary color
Monochromatic Colors of #FCCF19
Black with #FCCF19
Text Example
Text Example
White with #FCCF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF19; }
p { color: rgb(252,207,25); }
H1.HeaderClassName
{
color: #FCCF19;
}
.AnyTagClassName
{
color: #FCCF19;
}
</style>
background-color css
<style>
a { background-color: #FCCF19; }
a { background-color: rgb(252,207,25); }
div.DivClassName
{
background-color: #FCCF19;
}
.BgClassName
{
background-color: #FCCF19;
}
</style>
border-color css
<style>
span { border-color: #FCCF19; }
span { border-color: rgb(252,207,25); }
td.TdClassName
{
border-color: #FCCF19;
}
.TagClassName
{
border-color: #FCCF19;
}
</style>