Shades of Turbo #FCCC17
Tints of Turbo #FCCC17
RGB
CMYK
RGB Variations
Color information
#FCCC17 (or 0xFCCC17) is known color: Turbo. HEX triplet: FC, CC and 17. RGB value is (252,204,23). Sum of RGB (Red+Green+Blue) = 252+204+23=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC17 is #0333E8. Grayscale: #C6C6C6. Windows color (decimal): -209897 or 1559804. OLE color: 1559804.
HSL color Cylindrical-coordinate representation of color #FCCC17: hue angle of 47.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCCC17 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 23 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.01 |
| HSL | 47.42º | 0.97% | 0.54% | - |
| HSV(B) | 47.42º | 0.91% | 0.99% | - |
| XYZ | 61.89 | 63.94 | 9.89 | - |
| YUV | 197.72 | 29.4 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 23 | 0 | 0.19 | 0.91 | 0.01 | 47.42 | 0.97 | 0.54 |
| Hex | FC | CC | 17 | 0 | 13 | 5B | 1 | 2F | 61 | 36 |
| Octal | 374 | 314 | 27 | 0 | 23 | 133 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001100 | 10111 | 0 | 10011 | 1011011 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCCC17
Complementary color
Monochromatic Colors of #FCCC17
Black with #FCCC17
Text Example
Text Example
White with #FCCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC17; }
p { color: rgb(252,204,23); }
H1.HeaderClassName
{
color: #FCCC17;
}
.AnyTagClassName
{
color: #FCCC17;
}
</style>
background-color css
<style>
a { background-color: #FCCC17; }
a { background-color: rgb(252,204,23); }
div.DivClassName
{
background-color: #FCCC17;
}
.BgClassName
{
background-color: #FCCC17;
}
</style>
border-color css
<style>
span { border-color: #FCCC17; }
span { border-color: rgb(252,204,23); }
td.TdClassName
{
border-color: #FCCC17;
}
.TagClassName
{
border-color: #FCCC17;
}
</style>