Shades of Turbo #FCDB22
Tints of Turbo #FCDB22
RGB
CMYK
RGB Variations
Color information
#FCDB22 (or 0xFCDB22) is known color: Turbo. HEX triplet: FC, DB and 22. RGB value is (252,219,34). Sum of RGB (Red+Green+Blue) = 252+219+34=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 34 (13.67% from 255 or 6.73% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB22 is #0324DD. Grayscale: #D0D0D0. Windows color (decimal): -206046 or 2284540. OLE color: 2284540.
HSL color Cylindrical-coordinate representation of color #FCDB22: hue angle of 50.92º 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 #FCDB22 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 34 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 50.92º | 0.97% | 0.56% | - |
| HSV(B) | 50.92º | 0.87% | 0.99% | - |
| XYZ | 65.77 | 71.47 | 11.84 | - |
| YUV | 207.78 | 29.93 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 34 | 0 | 0.13 | 0.87 | 0.01 | 50.92 | 0.97 | 0.56 |
| Hex | FC | DB | 22 | 0 | D | 57 | 1 | 33 | 61 | 38 |
| Octal | 374 | 333 | 42 | 0 | 15 | 127 | 1 | 63 | 141 | 70 |
| Binary | 11111100 | 11011011 | 100010 | 0 | 1101 | 1010111 | 1 | 110011 | 1100001 | 111000 |
Color Harmonies of #FCDB22
Complementary color
Monochromatic Colors of #FCDB22
Black with #FCDB22
Text Example
Text Example
White with #FCDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB22; }
p { color: rgb(252,219,34); }
H1.HeaderClassName
{
color: #FCDB22;
}
.AnyTagClassName
{
color: #FCDB22;
}
</style>
background-color css
<style>
a { background-color: #FCDB22; }
a { background-color: rgb(252,219,34); }
div.DivClassName
{
background-color: #FCDB22;
}
.BgClassName
{
background-color: #FCDB22;
}
</style>
border-color css
<style>
span { border-color: #FCDB22; }
span { border-color: rgb(252,219,34); }
td.TdClassName
{
border-color: #FCDB22;
}
.TagClassName
{
border-color: #FCDB22;
}
</style>