Shades of Turbo #FCDC23
Tints of Turbo #FCDC23
RGB
CMYK
RGB Variations
Color information
#FCDC23 (or 0xFCDC23) is known color: Turbo. HEX triplet: FC, DC and 23. RGB value is (252,220,35). Sum of RGB (Red+Green+Blue) = 252+220+35=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 35 (14.06% from 255 or 6.90% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC23 is #0323DC. Grayscale: #D1D1D1. Windows color (decimal): -205789 or 2350332. OLE color: 2350332.
HSL color Cylindrical-coordinate representation of color #FCDC23: hue angle of 51.15º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCDC23 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 35 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.01 |
| HSL | 51.15º | 0.97% | 0.56% | - |
| HSV(B) | 51.15º | 0.86% | 0.99% | - |
| XYZ | 66.04 | 72 | 12.01 | - |
| YUV | 208.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 35 | 0 | 0.13 | 0.86 | 0.01 | 51.15 | 0.97 | 0.56 |
| Hex | FC | DC | 23 | 0 | D | 56 | 1 | 33 | 61 | 38 |
| Octal | 374 | 334 | 43 | 0 | 15 | 126 | 1 | 63 | 141 | 70 |
| Binary | 11111100 | 11011100 | 100011 | 0 | 1101 | 1010110 | 1 | 110011 | 1100001 | 111000 |
Color Harmonies of #FCDC23
Complementary color
Monochromatic Colors of #FCDC23
Black with #FCDC23
Text Example
Text Example
White with #FCDC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC23; }
p { color: rgb(252,220,35); }
H1.HeaderClassName
{
color: #FCDC23;
}
.AnyTagClassName
{
color: #FCDC23;
}
</style>
background-color css
<style>
a { background-color: #FCDC23; }
a { background-color: rgb(252,220,35); }
div.DivClassName
{
background-color: #FCDC23;
}
.BgClassName
{
background-color: #FCDC23;
}
</style>
border-color css
<style>
span { border-color: #FCDC23; }
span { border-color: rgb(252,220,35); }
td.TdClassName
{
border-color: #FCDC23;
}
.TagClassName
{
border-color: #FCDC23;
}
</style>