Shades of Turbo #FCD228
Tints of Turbo #FCD228
RGB
CMYK
RGB Variations
Color information
#FCD228 (or 0xFCD228) is known color: Turbo. HEX triplet: FC, D2 and 28. RGB value is (252,210,40). Sum of RGB (Red+Green+Blue) = 252+210+40=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD228 is #032DD7. Grayscale: #CBCBCB. Windows color (decimal): -208344 or 2675452. OLE color: 2675452.
HSL color Cylindrical-coordinate representation of color #FCD228: hue angle of 48.11º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCD228 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 40 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.01 |
| HSL | 48.11º | 0.97% | 0.57% | - |
| HSV(B) | 48.11º | 0.84% | 0.99% | - |
| XYZ | 63.57 | 66.94 | 11.58 | - |
| YUV | 203.18 | 35.91 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 40 | 0 | 0.17 | 0.84 | 0.01 | 48.11 | 0.97 | 0.57 |
| Hex | FC | D2 | 28 | 0 | 11 | 54 | 1 | 30 | 61 | 39 |
| Octal | 374 | 322 | 50 | 0 | 21 | 124 | 1 | 60 | 141 | 71 |
| Binary | 11111100 | 11010010 | 101000 | 0 | 10001 | 1010100 | 1 | 110000 | 1100001 | 111001 |
Color Harmonies of #FCD228
Complementary color
Monochromatic Colors of #FCD228
Black with #FCD228
Text Example
Text Example
White with #FCD228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD228; }
p { color: rgb(252,210,40); }
H1.HeaderClassName
{
color: #FCD228;
}
.AnyTagClassName
{
color: #FCD228;
}
</style>
background-color css
<style>
a { background-color: #FCD228; }
a { background-color: rgb(252,210,40); }
div.DivClassName
{
background-color: #FCD228;
}
.BgClassName
{
background-color: #FCD228;
}
</style>
border-color css
<style>
span { border-color: #FCD228; }
span { border-color: rgb(252,210,40); }
td.TdClassName
{
border-color: #FCD228;
}
.TagClassName
{
border-color: #FCD228;
}
</style>