Shades of Turbo #FCCC1D
Tints of Turbo #FCCC1D
RGB
CMYK
RGB Variations
Color information
#FCCC1D (or 0xFCCC1D) is known color: Turbo. HEX triplet: FC, CC and 1D. RGB value is (252,204,29). Sum of RGB (Red+Green+Blue) = 252+204+29=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC1D is #0333E2. Grayscale: #C7C7C7. Windows color (decimal): -209891 or 1953020. OLE color: 1953020.
HSL color Cylindrical-coordinate representation of color #FCCC1D: hue angle of 47.09º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCCC1D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 29 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.01 |
| HSL | 47.09º | 0.97% | 0.55% | - |
| HSV(B) | 47.09º | 0.88% | 0.99% | - |
| XYZ | 61.96 | 63.97 | 10.24 | - |
| YUV | 198.4 | 32.4 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 29 | 0 | 0.19 | 0.88 | 0.01 | 47.09 | 0.97 | 0.55 |
| Hex | FC | CC | 1D | 0 | 13 | 58 | 1 | 2F | 61 | 37 |
| Octal | 374 | 314 | 35 | 0 | 23 | 130 | 1 | 57 | 141 | 67 |
| Binary | 11111100 | 11001100 | 11101 | 0 | 10011 | 1011000 | 1 | 101111 | 1100001 | 110111 |
Color Harmonies of #FCCC1D
Complementary color
Monochromatic Colors of #FCCC1D
Black with #FCCC1D
Text Example
Text Example
White with #FCCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC1D; }
p { color: rgb(252,204,29); }
H1.HeaderClassName
{
color: #FCCC1D;
}
.AnyTagClassName
{
color: #FCCC1D;
}
</style>
background-color css
<style>
a { background-color: #FCCC1D; }
a { background-color: rgb(252,204,29); }
div.DivClassName
{
background-color: #FCCC1D;
}
.BgClassName
{
background-color: #FCCC1D;
}
</style>
border-color css
<style>
span { border-color: #FCCC1D; }
span { border-color: rgb(252,204,29); }
td.TdClassName
{
border-color: #FCCC1D;
}
.TagClassName
{
border-color: #FCCC1D;
}
</style>