Shades of Turbo #FCD41B
Tints of Turbo #FCD41B
RGB
CMYK
RGB Variations
Color information
#FCD41B (or 0xFCD41B) is known color: Turbo. HEX triplet: FC, D4 and 1B. RGB value is (252,212,27). Sum of RGB (Red+Green+Blue) = 252+212+27=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD41B is #032BE4. Grayscale: #CBCBCB. Windows color (decimal): -207845 or 1823996. OLE color: 1823996.
HSL color Cylindrical-coordinate representation of color #FCD41B: hue angle of 49.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCD41B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.01 |
| HSL | 49.33º | 0.97% | 0.55% | - |
| HSV(B) | 49.33º | 0.89% | 0.99% | - |
| XYZ | 63.89 | 67.86 | 10.77 | - |
| YUV | 202.87 | 28.75 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 27 | 0 | 0.16 | 0.89 | 0.01 | 49.33 | 0.97 | 0.55 |
| Hex | FC | D4 | 1B | 0 | 10 | 59 | 1 | 31 | 61 | 37 |
| Octal | 374 | 324 | 33 | 0 | 20 | 131 | 1 | 61 | 141 | 67 |
| Binary | 11111100 | 11010100 | 11011 | 0 | 10000 | 1011001 | 1 | 110001 | 1100001 | 110111 |
Color Harmonies of #FCD41B
Complementary color
Monochromatic Colors of #FCD41B
Black with #FCD41B
Text Example
Text Example
White with #FCD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD41B; }
p { color: rgb(252,212,27); }
H1.HeaderClassName
{
color: #FCD41B;
}
.AnyTagClassName
{
color: #FCD41B;
}
</style>
background-color css
<style>
a { background-color: #FCD41B; }
a { background-color: rgb(252,212,27); }
div.DivClassName
{
background-color: #FCD41B;
}
.BgClassName
{
background-color: #FCD41B;
}
</style>
border-color css
<style>
span { border-color: #FCD41B; }
span { border-color: rgb(252,212,27); }
td.TdClassName
{
border-color: #FCD41B;
}
.TagClassName
{
border-color: #FCD41B;
}
</style>