Shades of Turbo #FCDC22
Tints of Turbo #FCDC22
RGB
CMYK
RGB Variations
Color information
#FCDC22 (or 0xFCDC22) is known color: Turbo. HEX triplet: FC, DC and 22. RGB value is (252,220,34). Sum of RGB (Red+Green+Blue) = 252+220+34=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 34 (13.67% from 255 or 6.72% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC22 is #0323DD. Grayscale: #D1D1D1. Windows color (decimal): -205790 or 2284796. OLE color: 2284796.
HSL color Cylindrical-coordinate representation of color #FCDC22: hue angle of 51.19º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCDC22 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 34 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 51.19º | 0.97% | 0.56% | - |
| HSV(B) | 51.19º | 0.87% | 0.99% | - |
| XYZ | 66.03 | 72 | 11.93 | - |
| YUV | 208.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 34 | 0 | 0.13 | 0.87 | 0.01 | 51.19 | 0.97 | 0.56 |
| Hex | FC | DC | 22 | 0 | D | 57 | 1 | 33 | 61 | 38 |
| Octal | 374 | 334 | 42 | 0 | 15 | 127 | 1 | 63 | 141 | 70 |
| Binary | 11111100 | 11011100 | 100010 | 0 | 1101 | 1010111 | 1 | 110011 | 1100001 | 111000 |
Color Harmonies of #FCDC22
Complementary color
Monochromatic Colors of #FCDC22
Black with #FCDC22
Text Example
Text Example
White with #FCDC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC22; }
p { color: rgb(252,220,34); }
H1.HeaderClassName
{
color: #FCDC22;
}
.AnyTagClassName
{
color: #FCDC22;
}
</style>
background-color css
<style>
a { background-color: #FCDC22; }
a { background-color: rgb(252,220,34); }
div.DivClassName
{
background-color: #FCDC22;
}
.BgClassName
{
background-color: #FCDC22;
}
</style>
border-color css
<style>
span { border-color: #FCDC22; }
span { border-color: rgb(252,220,34); }
td.TdClassName
{
border-color: #FCDC22;
}
.TagClassName
{
border-color: #FCDC22;
}
</style>