Shades of Turbo #FCDA26
Tints of Turbo #FCDA26
RGB
CMYK
RGB Variations
Color information
#FCDA26 (or 0xFCDA26) is known color: Turbo. HEX triplet: FC, DA and 26. RGB value is (252,218,38). Sum of RGB (Red+Green+Blue) = 252+218+38=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 38 (15.23% from 255 or 7.48% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA26 is #0325D9. Grayscale: #D0D0D0. Windows color (decimal): -206298 or 2546428. OLE color: 2546428.
HSL color Cylindrical-coordinate representation of color #FCDA26: hue angle of 50.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCDA26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 38 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 50.47º | 0.97% | 0.57% | - |
| HSV(B) | 50.47º | 0.85% | 0.99% | - |
| XYZ | 65.57 | 70.98 | 12.08 | - |
| YUV | 207.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 38 | 0 | 0.13 | 0.85 | 0.01 | 50.47 | 0.97 | 0.57 |
| Hex | FC | DA | 26 | 0 | D | 55 | 1 | 32 | 61 | 39 |
| Octal | 374 | 332 | 46 | 0 | 15 | 125 | 1 | 62 | 141 | 71 |
| Binary | 11111100 | 11011010 | 100110 | 0 | 1101 | 1010101 | 1 | 110010 | 1100001 | 111001 |
Color Harmonies of #FCDA26
Complementary color
Monochromatic Colors of #FCDA26
Black with #FCDA26
Text Example
Text Example
White with #FCDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA26; }
p { color: rgb(252,218,38); }
H1.HeaderClassName
{
color: #FCDA26;
}
.AnyTagClassName
{
color: #FCDA26;
}
</style>
background-color css
<style>
a { background-color: #FCDA26; }
a { background-color: rgb(252,218,38); }
div.DivClassName
{
background-color: #FCDA26;
}
.BgClassName
{
background-color: #FCDA26;
}
</style>
border-color css
<style>
span { border-color: #FCDA26; }
span { border-color: rgb(252,218,38); }
td.TdClassName
{
border-color: #FCDA26;
}
.TagClassName
{
border-color: #FCDA26;
}
</style>