Shades of Turbo #FFCE1E
Tints of Turbo #FFCE1E
RGB
CMYK
RGB Variations
Color information
#FFCE1E (or 0xFFCE1E) is known color: Turbo. HEX triplet: FF, CE and 1E. RGB value is (255,206,30). Sum of RGB (Red+Green+Blue) = 255+206+30=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE1E is #0031E1. Grayscale: #C9C9C9. Windows color (decimal): -12770 or 2019071. OLE color: 2019071.
HSL color Cylindrical-coordinate representation of color #FFCE1E: hue angle of 46.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFCE1E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0 |
| HSL | 46.93º | 1% | 0.56% | - |
| HSV(B) | 46.93º | 0.88% | 1% | - |
| XYZ | 63.55 | 65.5 | 10.52 | - |
| YUV | 200.59 | 31.73 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 30 | 0 | 0.19 | 0.88 | 0 | 46.93 | 1 | 0.56 |
| Hex | FF | CE | 1E | 0 | 13 | 58 | 0 | 2F | 64 | 38 |
| Octal | 377 | 316 | 36 | 0 | 23 | 130 | 0 | 57 | 144 | 70 |
| Binary | 11111111 | 11001110 | 11110 | 0 | 10011 | 1011000 | 0 | 101111 | 1100100 | 111000 |
Color Harmonies of #FFCE1E
Complementary color
Monochromatic Colors of #FFCE1E
Black with #FFCE1E
Text Example
Text Example
White with #FFCE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE1E; }
p { color: rgb(255,206,30); }
H1.HeaderClassName
{
color: #FFCE1E;
}
.AnyTagClassName
{
color: #FFCE1E;
}
</style>
background-color css
<style>
a { background-color: #FFCE1E; }
a { background-color: rgb(255,206,30); }
div.DivClassName
{
background-color: #FFCE1E;
}
.BgClassName
{
background-color: #FFCE1E;
}
</style>
border-color css
<style>
span { border-color: #FFCE1E; }
span { border-color: rgb(255,206,30); }
td.TdClassName
{
border-color: #FFCE1E;
}
.TagClassName
{
border-color: #FFCE1E;
}
</style>