Shades of Turbo #FECF16
Tints of Turbo #FECF16
RGB
CMYK
RGB Variations
Color information
#FECF16 (or 0xFECF16) is known color: Turbo. HEX triplet: FE, CF and 16. RGB value is (254,207,22). Sum of RGB (Red+Green+Blue) = 254+207+22=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF16 is #0130E9. Grayscale: #C8C8C8. Windows color (decimal): -78058 or 1495038. OLE color: 1495038.
HSL color Cylindrical-coordinate representation of color #FECF16: hue angle of 47.84º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FECF16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.00 |
| HSL | 47.84º | 0.99% | 0.54% | - |
| HSV(B) | 47.84º | 0.91% | 1% | - |
| XYZ | 63.33 | 65.75 | 10.11 | - |
| YUV | 199.96 | 27.57 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 22 | 0 | 0.19 | 0.91 | 0.00 | 47.84 | 0.99 | 0.54 |
| Hex | FE | CF | 16 | 0 | 13 | 5B | 0 | 30 | 63 | 36 |
| Octal | 376 | 317 | 26 | 0 | 23 | 133 | 0 | 60 | 143 | 66 |
| Binary | 11111110 | 11001111 | 10110 | 0 | 10011 | 1011011 | 0 | 110000 | 1100011 | 110110 |
Color Harmonies of #FECF16
Complementary color
Monochromatic Colors of #FECF16
Black with #FECF16
Text Example
Text Example
White with #FECF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF16; }
p { color: rgb(254,207,22); }
H1.HeaderClassName
{
color: #FECF16;
}
.AnyTagClassName
{
color: #FECF16;
}
</style>
background-color css
<style>
a { background-color: #FECF16; }
a { background-color: rgb(254,207,22); }
div.DivClassName
{
background-color: #FECF16;
}
.BgClassName
{
background-color: #FECF16;
}
</style>
border-color css
<style>
span { border-color: #FECF16; }
span { border-color: rgb(254,207,22); }
td.TdClassName
{
border-color: #FECF16;
}
.TagClassName
{
border-color: #FECF16;
}
</style>