Shades of Turbo #FECE20
Tints of Turbo #FECE20
RGB
CMYK
RGB Variations
Color information
#FECE20 (or 0xFECE20) is known color: Turbo. HEX triplet: FE, CE and 20. RGB value is (254,206,32). Sum of RGB (Red+Green+Blue) = 254+206+32=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE20 is #0131DF. Grayscale: #C9C9C9. Windows color (decimal): -78304 or 2150142. OLE color: 2150142.
HSL color Cylindrical-coordinate representation of color #FECE20: hue angle of 47.03º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FECE20 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 32 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.00 |
| HSL | 47.03º | 0.99% | 0.56% | - |
| HSV(B) | 47.03º | 0.87% | 1% | - |
| XYZ | 63.21 | 65.32 | 10.64 | - |
| YUV | 200.52 | 32.9 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 32 | 0 | 0.19 | 0.87 | 0.00 | 47.03 | 0.99 | 0.56 |
| Hex | FE | CE | 20 | 0 | 13 | 57 | 0 | 2F | 63 | 38 |
| Octal | 376 | 316 | 40 | 0 | 23 | 127 | 0 | 57 | 143 | 70 |
| Binary | 11111110 | 11001110 | 100000 | 0 | 10011 | 1010111 | 0 | 101111 | 1100011 | 111000 |
Color Harmonies of #FECE20
Complementary color
Monochromatic Colors of #FECE20
Black with #FECE20
Text Example
Text Example
White with #FECE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE20; }
p { color: rgb(254,206,32); }
H1.HeaderClassName
{
color: #FECE20;
}
.AnyTagClassName
{
color: #FECE20;
}
</style>
background-color css
<style>
a { background-color: #FECE20; }
a { background-color: rgb(254,206,32); }
div.DivClassName
{
background-color: #FECE20;
}
.BgClassName
{
background-color: #FECE20;
}
</style>
border-color css
<style>
span { border-color: #FECE20; }
span { border-color: rgb(254,206,32); }
td.TdClassName
{
border-color: #FECE20;
}
.TagClassName
{
border-color: #FECE20;
}
</style>