Shades of Turbo #FFCE1A
Tints of Turbo #FFCE1A
RGB
CMYK
RGB Variations
Color information
#FFCE1A (or 0xFFCE1A) is known color: Turbo. HEX triplet: FF, CE and 1A. RGB value is (255,206,26). Sum of RGB (Red+Green+Blue) = 255+206+26=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 26 (10.55% from 255 or 5.34% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE1A is #0031E5. Grayscale: #C8C8C8. Windows color (decimal): -12774 or 1756927. OLE color: 1756927.
HSL color Cylindrical-coordinate representation of color #FFCE1A: hue angle of 47.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFCE1A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 26 | - |
| CMYK | 0 | 0.19 | 0.90 | 0 |
| HSL | 47.16º | 1% | 0.55% | - |
| HSV(B) | 47.16º | 0.9% | 1% | - |
| XYZ | 63.5 | 65.48 | 10.27 | - |
| YUV | 200.13 | 29.73 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 26 | 0 | 0.19 | 0.90 | 0 | 47.16 | 1 | 0.55 |
| Hex | FF | CE | 1A | 0 | 13 | 5A | 0 | 2F | 64 | 37 |
| Octal | 377 | 316 | 32 | 0 | 23 | 132 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001110 | 11010 | 0 | 10011 | 1011010 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCE1A
Complementary color
Monochromatic Colors of #FFCE1A
Black with #FFCE1A
Text Example
Text Example
White with #FFCE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE1A; }
p { color: rgb(255,206,26); }
H1.HeaderClassName
{
color: #FFCE1A;
}
.AnyTagClassName
{
color: #FFCE1A;
}
</style>
background-color css
<style>
a { background-color: #FFCE1A; }
a { background-color: rgb(255,206,26); }
div.DivClassName
{
background-color: #FFCE1A;
}
.BgClassName
{
background-color: #FFCE1A;
}
</style>
border-color css
<style>
span { border-color: #FFCE1A; }
span { border-color: rgb(255,206,26); }
td.TdClassName
{
border-color: #FFCE1A;
}
.TagClassName
{
border-color: #FFCE1A;
}
</style>