Shades of Turbo #FCDA20
Tints of Turbo #FCDA20
RGB
CMYK
RGB Variations
Color information
#FCDA20 (or 0xFCDA20) is known color: Turbo. HEX triplet: FC, DA and 20. RGB value is (252,218,32). Sum of RGB (Red+Green+Blue) = 252+218+32=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA20 is #0325DF. Grayscale: #CFCFCF. Windows color (decimal): -206304 or 2153212. OLE color: 2153212.
HSL color Cylindrical-coordinate representation of color #FCDA20: hue angle of 50.73º 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 #FCDA20 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 32 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 50.73º | 0.97% | 0.56% | - |
| HSV(B) | 50.73º | 0.87% | 0.99% | - |
| XYZ | 65.48 | 70.94 | 11.61 | - |
| YUV | 206.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 32 | 0 | 0.13 | 0.87 | 0.01 | 50.73 | 0.97 | 0.56 |
| Hex | FC | DA | 20 | 0 | D | 57 | 1 | 33 | 61 | 38 |
| Octal | 374 | 332 | 40 | 0 | 15 | 127 | 1 | 63 | 141 | 70 |
| Binary | 11111100 | 11011010 | 100000 | 0 | 1101 | 1010111 | 1 | 110011 | 1100001 | 111000 |
Color Harmonies of #FCDA20
Complementary color
Monochromatic Colors of #FCDA20
Black with #FCDA20
Text Example
Text Example
White with #FCDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA20; }
p { color: rgb(252,218,32); }
H1.HeaderClassName
{
color: #FCDA20;
}
.AnyTagClassName
{
color: #FCDA20;
}
</style>
background-color css
<style>
a { background-color: #FCDA20; }
a { background-color: rgb(252,218,32); }
div.DivClassName
{
background-color: #FCDA20;
}
.BgClassName
{
background-color: #FCDA20;
}
</style>
border-color css
<style>
span { border-color: #FCDA20; }
span { border-color: rgb(252,218,32); }
td.TdClassName
{
border-color: #FCDA20;
}
.TagClassName
{
border-color: #FCDA20;
}
</style>