Shades of Turbo #FECF17
Tints of Turbo #FECF17
RGB
CMYK
RGB Variations
Color information
#FECF17 (or 0xFECF17) is known color: Turbo. HEX triplet: FE, CF and 17. RGB value is (254,207,23). Sum of RGB (Red+Green+Blue) = 254+207+23=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 23 (9.38% from 255 or 4.75% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF17 is #0130E8. Grayscale: #C8C8C8. Windows color (decimal): -78057 or 1560574. OLE color: 1560574.
HSL color Cylindrical-coordinate representation of color #FECF17: hue angle of 47.79º 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 #FECF17 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 23 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.00 |
| HSL | 47.79º | 0.99% | 0.54% | - |
| HSV(B) | 47.79º | 0.91% | 1% | - |
| XYZ | 63.34 | 65.76 | 10.16 | - |
| YUV | 200.08 | 28.07 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 23 | 0 | 0.19 | 0.91 | 0.00 | 47.79 | 0.99 | 0.54 |
| Hex | FE | CF | 17 | 0 | 13 | 5B | 0 | 30 | 63 | 36 |
| Octal | 376 | 317 | 27 | 0 | 23 | 133 | 0 | 60 | 143 | 66 |
| Binary | 11111110 | 11001111 | 10111 | 0 | 10011 | 1011011 | 0 | 110000 | 1100011 | 110110 |
Color Harmonies of #FECF17
Complementary color
Monochromatic Colors of #FECF17
Black with #FECF17
Text Example
Text Example
White with #FECF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF17; }
p { color: rgb(254,207,23); }
H1.HeaderClassName
{
color: #FECF17;
}
.AnyTagClassName
{
color: #FECF17;
}
</style>
background-color css
<style>
a { background-color: #FECF17; }
a { background-color: rgb(254,207,23); }
div.DivClassName
{
background-color: #FECF17;
}
.BgClassName
{
background-color: #FECF17;
}
</style>
border-color css
<style>
span { border-color: #FECF17; }
span { border-color: rgb(254,207,23); }
td.TdClassName
{
border-color: #FECF17;
}
.TagClassName
{
border-color: #FECF17;
}
</style>