Shades of Turbo #FFCE1D
Tints of Turbo #FFCE1D
RGB
CMYK
RGB Variations
Color information
#FFCE1D (or 0xFFCE1D) is known color: Turbo. HEX triplet: FF, CE and 1D. RGB value is (255,206,29). Sum of RGB (Red+Green+Blue) = 255+206+29=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE1D is #0031E2. Grayscale: #C9C9C9. Windows color (decimal): -12771 or 1953535. OLE color: 1953535.
HSL color Cylindrical-coordinate representation of color #FFCE1D: hue angle of 46.99º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFCE1D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 29 | - |
| CMYK | 0 | 0.19 | 0.89 | 0 |
| HSL | 46.99º | 1% | 0.56% | - |
| HSV(B) | 46.99º | 0.89% | 1% | - |
| XYZ | 63.53 | 65.49 | 10.45 | - |
| YUV | 200.47 | 31.23 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 29 | 0 | 0.19 | 0.89 | 0 | 46.99 | 1 | 0.56 |
| Hex | FF | CE | 1D | 0 | 13 | 59 | 0 | 2F | 64 | 38 |
| Octal | 377 | 316 | 35 | 0 | 23 | 131 | 0 | 57 | 144 | 70 |
| Binary | 11111111 | 11001110 | 11101 | 0 | 10011 | 1011001 | 0 | 101111 | 1100100 | 111000 |
Color Harmonies of #FFCE1D
Complementary color
Monochromatic Colors of #FFCE1D
Black with #FFCE1D
Text Example
Text Example
White with #FFCE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE1D; }
p { color: rgb(255,206,29); }
H1.HeaderClassName
{
color: #FFCE1D;
}
.AnyTagClassName
{
color: #FFCE1D;
}
</style>
background-color css
<style>
a { background-color: #FFCE1D; }
a { background-color: rgb(255,206,29); }
div.DivClassName
{
background-color: #FFCE1D;
}
.BgClassName
{
background-color: #FFCE1D;
}
</style>
border-color css
<style>
span { border-color: #FFCE1D; }
span { border-color: rgb(255,206,29); }
td.TdClassName
{
border-color: #FFCE1D;
}
.TagClassName
{
border-color: #FFCE1D;
}
</style>