Shades of Turbo #FCC51D
Tints of Turbo #FCC51D
RGB
CMYK
RGB Variations
Color information
#FCC51D (or 0xFCC51D) is known color: Turbo. HEX triplet: FC, C5 and 1D. RGB value is (252,197,29). Sum of RGB (Red+Green+Blue) = 252+197+29=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC51D is #033AE2. Grayscale: #C3C3C3. Windows color (decimal): -211683 or 1951228. OLE color: 1951228.
HSL color Cylindrical-coordinate representation of color #FCC51D: hue angle of 45.2º 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 #FCC51D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 29 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.01 |
| HSL | 45.2º | 0.97% | 0.55% | - |
| HSV(B) | 45.2º | 0.88% | 0.99% | - |
| XYZ | 60.33 | 60.72 | 9.7 | - |
| YUV | 194.29 | 34.72 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 29 | 0 | 0.22 | 0.88 | 0.01 | 45.2 | 0.97 | 0.55 |
| Hex | FC | C5 | 1D | 0 | 16 | 58 | 1 | 2D | 61 | 37 |
| Octal | 374 | 305 | 35 | 0 | 26 | 130 | 1 | 55 | 141 | 67 |
| Binary | 11111100 | 11000101 | 11101 | 0 | 10110 | 1011000 | 1 | 101101 | 1100001 | 110111 |
Color Harmonies of #FCC51D
Complementary color
Monochromatic Colors of #FCC51D
Black with #FCC51D
Text Example
Text Example
White with #FCC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC51D; }
p { color: rgb(252,197,29); }
H1.HeaderClassName
{
color: #FCC51D;
}
.AnyTagClassName
{
color: #FCC51D;
}
</style>
background-color css
<style>
a { background-color: #FCC51D; }
a { background-color: rgb(252,197,29); }
div.DivClassName
{
background-color: #FCC51D;
}
.BgClassName
{
background-color: #FCC51D;
}
</style>
border-color css
<style>
span { border-color: #FCC51D; }
span { border-color: rgb(252,197,29); }
td.TdClassName
{
border-color: #FCC51D;
}
.TagClassName
{
border-color: #FCC51D;
}
</style>