Shades of Turbo #FCD22A
Tints of Turbo #FCD22A
RGB
CMYK
RGB Variations
Color information
#FCD22A (or 0xFCD22A) is known color: Turbo. HEX triplet: FC, D2 and 2A. RGB value is (252,210,42). Sum of RGB (Red+Green+Blue) = 252+210+42=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD22A is #032DD5. Grayscale: #CCCCCC. Windows color (decimal): -208342 or 2806524. OLE color: 2806524.
HSL color Cylindrical-coordinate representation of color #FCD22A: hue angle of 48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCD22A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 42 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.01 |
| HSL | 48º | 0.97% | 0.58% | - |
| HSV(B) | 48º | 0.83% | 0.99% | - |
| XYZ | 63.61 | 66.96 | 11.76 | - |
| YUV | 203.41 | 36.91 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 42 | 0 | 0.17 | 0.83 | 0.01 | 48 | 0.97 | 0.58 |
| Hex | FC | D2 | 2A | 0 | 11 | 53 | 1 | 30 | 61 | 3A |
| Octal | 374 | 322 | 52 | 0 | 21 | 123 | 1 | 60 | 141 | 72 |
| Binary | 11111100 | 11010010 | 101010 | 0 | 10001 | 1010011 | 1 | 110000 | 1100001 | 111010 |
Color Harmonies of #FCD22A
Complementary color
Monochromatic Colors of #FCD22A
Black with #FCD22A
Text Example
Text Example
White with #FCD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD22A; }
p { color: rgb(252,210,42); }
H1.HeaderClassName
{
color: #FCD22A;
}
.AnyTagClassName
{
color: #FCD22A;
}
</style>
background-color css
<style>
a { background-color: #FCD22A; }
a { background-color: rgb(252,210,42); }
div.DivClassName
{
background-color: #FCD22A;
}
.BgClassName
{
background-color: #FCD22A;
}
</style>
border-color css
<style>
span { border-color: #FCD22A; }
span { border-color: rgb(252,210,42); }
td.TdClassName
{
border-color: #FCD22A;
}
.TagClassName
{
border-color: #FCD22A;
}
</style>