Shades of Turbo #FCCE28
Tints of Turbo #FCCE28
RGB
CMYK
RGB Variations
Color information
#FCCE28 (or 0xFCCE28) is known color: Turbo. HEX triplet: FC, CE and 28. RGB value is (252,206,40). Sum of RGB (Red+Green+Blue) = 252+206+40=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE28 is #0331D7. Grayscale: #C9C9C9. Windows color (decimal): -209368 or 2674428. OLE color: 2674428.
HSL color Cylindrical-coordinate representation of color #FCCE28: hue angle of 46.98º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCCE28 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.01 |
| HSL | 46.98º | 0.97% | 0.57% | - |
| HSV(B) | 46.98º | 0.84% | 0.99% | - |
| XYZ | 62.6 | 64.99 | 11.25 | - |
| YUV | 200.83 | 37.24 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 40 | 0 | 0.18 | 0.84 | 0.01 | 46.98 | 0.97 | 0.57 |
| Hex | FC | CE | 28 | 0 | 12 | 54 | 1 | 2F | 61 | 39 |
| Octal | 374 | 316 | 50 | 0 | 22 | 124 | 1 | 57 | 141 | 71 |
| Binary | 11111100 | 11001110 | 101000 | 0 | 10010 | 1010100 | 1 | 101111 | 1100001 | 111001 |
Color Harmonies of #FCCE28
Complementary color
Monochromatic Colors of #FCCE28
Black with #FCCE28
Text Example
Text Example
White with #FCCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE28; }
p { color: rgb(252,206,40); }
H1.HeaderClassName
{
color: #FCCE28;
}
.AnyTagClassName
{
color: #FCCE28;
}
</style>
background-color css
<style>
a { background-color: #FCCE28; }
a { background-color: rgb(252,206,40); }
div.DivClassName
{
background-color: #FCCE28;
}
.BgClassName
{
background-color: #FCCE28;
}
</style>
border-color css
<style>
span { border-color: #FCCE28; }
span { border-color: rgb(252,206,40); }
td.TdClassName
{
border-color: #FCCE28;
}
.TagClassName
{
border-color: #FCCE28;
}
</style>