Shades of Turbo #FFCE1B
Tints of Turbo #FFCE1B
RGB
CMYK
RGB Variations
Color information
#FFCE1B (or 0xFFCE1B) is known color: Turbo. HEX triplet: FF, CE and 1B. RGB value is (255,206,27). Sum of RGB (Red+Green+Blue) = 255+206+27=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE1B is #0031E4. Grayscale: #C9C9C9. Windows color (decimal): -12773 or 1822463. OLE color: 1822463.
HSL color Cylindrical-coordinate representation of color #FFCE1B: hue angle of 47.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFCE1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 27 | - |
| CMYK | 0 | 0.19 | 0.89 | 0 |
| HSL | 47.11º | 1% | 0.55% | - |
| HSV(B) | 47.11º | 0.89% | 1% | - |
| XYZ | 63.51 | 65.48 | 10.33 | - |
| YUV | 200.25 | 30.23 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 27 | 0 | 0.19 | 0.89 | 0 | 47.11 | 1 | 0.55 |
| Hex | FF | CE | 1B | 0 | 13 | 59 | 0 | 2F | 64 | 37 |
| Octal | 377 | 316 | 33 | 0 | 23 | 131 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001110 | 11011 | 0 | 10011 | 1011001 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCE1B
Complementary color
Monochromatic Colors of #FFCE1B
Black with #FFCE1B
Text Example
Text Example
White with #FFCE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE1B; }
p { color: rgb(255,206,27); }
H1.HeaderClassName
{
color: #FFCE1B;
}
.AnyTagClassName
{
color: #FFCE1B;
}
</style>
background-color css
<style>
a { background-color: #FFCE1B; }
a { background-color: rgb(255,206,27); }
div.DivClassName
{
background-color: #FFCE1B;
}
.BgClassName
{
background-color: #FFCE1B;
}
</style>
border-color css
<style>
span { border-color: #FFCE1B; }
span { border-color: rgb(255,206,27); }
td.TdClassName
{
border-color: #FFCE1B;
}
.TagClassName
{
border-color: #FFCE1B;
}
</style>