Shades of Turbo #FCD01A
Tints of Turbo #FCD01A
RGB
CMYK
RGB Variations
Color information
#FCD01A (or 0xFCD01A) is known color: Turbo. HEX triplet: FC, D0 and 1A. RGB value is (252,208,26). Sum of RGB (Red+Green+Blue) = 252+208+26=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD01A is #032FE5. Grayscale: #C9C9C9. Windows color (decimal): -208870 or 1757436. OLE color: 1757436.
HSL color Cylindrical-coordinate representation of color #FCD01A: hue angle of 48.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCD01A is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 26 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.01 |
| HSL | 48.32º | 0.97% | 0.55% | - |
| HSV(B) | 48.32º | 0.9% | 0.99% | - |
| XYZ | 62.89 | 65.88 | 10.38 | - |
| YUV | 200.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 26 | 0 | 0.17 | 0.90 | 0.01 | 48.32 | 0.97 | 0.55 |
| Hex | FC | D0 | 1A | 0 | 11 | 5A | 1 | 30 | 61 | 37 |
| Octal | 374 | 320 | 32 | 0 | 21 | 132 | 1 | 60 | 141 | 67 |
| Binary | 11111100 | 11010000 | 11010 | 0 | 10001 | 1011010 | 1 | 110000 | 1100001 | 110111 |
Color Harmonies of #FCD01A
Complementary color
Monochromatic Colors of #FCD01A
Black with #FCD01A
Text Example
Text Example
White with #FCD01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD01A; }
p { color: rgb(252,208,26); }
H1.HeaderClassName
{
color: #FCD01A;
}
.AnyTagClassName
{
color: #FCD01A;
}
</style>
background-color css
<style>
a { background-color: #FCD01A; }
a { background-color: rgb(252,208,26); }
div.DivClassName
{
background-color: #FCD01A;
}
.BgClassName
{
background-color: #FCD01A;
}
</style>
border-color css
<style>
span { border-color: #FCD01A; }
span { border-color: rgb(252,208,26); }
td.TdClassName
{
border-color: #FCD01A;
}
.TagClassName
{
border-color: #FCD01A;
}
</style>