Shades of Turbo #FFCE16
Tints of Turbo #FFCE16
RGB
CMYK
RGB Variations
Color information
#FFCE16 (or 0xFFCE16) is known color: Turbo. HEX triplet: FF, CE and 16. RGB value is (255,206,22). Sum of RGB (Red+Green+Blue) = 255+206+22=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE16 is #0031E9. Grayscale: #C8C8C8. Windows color (decimal): -12778 or 1494783. OLE color: 1494783.
HSL color Cylindrical-coordinate representation of color #FFCE16: hue angle of 47.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCE16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0 |
| HSL | 47.38º | 1% | 0.54% | - |
| HSV(B) | 47.38º | 0.91% | 1% | - |
| XYZ | 63.46 | 65.46 | 10.05 | - |
| YUV | 199.68 | 27.73 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 22 | 0 | 0.19 | 0.91 | 0 | 47.38 | 1 | 0.54 |
| Hex | FF | CE | 16 | 0 | 13 | 5B | 0 | 2F | 64 | 36 |
| Octal | 377 | 316 | 26 | 0 | 23 | 133 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001110 | 10110 | 0 | 10011 | 1011011 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCE16
Complementary color
Monochromatic Colors of #FFCE16
Black with #FFCE16
Text Example
Text Example
White with #FFCE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE16; }
p { color: rgb(255,206,22); }
H1.HeaderClassName
{
color: #FFCE16;
}
.AnyTagClassName
{
color: #FFCE16;
}
</style>
background-color css
<style>
a { background-color: #FFCE16; }
a { background-color: rgb(255,206,22); }
div.DivClassName
{
background-color: #FFCE16;
}
.BgClassName
{
background-color: #FFCE16;
}
</style>
border-color css
<style>
span { border-color: #FFCE16; }
span { border-color: rgb(255,206,22); }
td.TdClassName
{
border-color: #FFCE16;
}
.TagClassName
{
border-color: #FFCE16;
}
</style>