Shades of Turbo #FECF14
Tints of Turbo #FECF14
RGB
CMYK
RGB Variations
Color information
#FECF14 (or 0xFECF14) is known color: Turbo. HEX triplet: FE, CF and 14. RGB value is (254,207,20). Sum of RGB (Red+Green+Blue) = 254+207+20=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF14 is #0130EB. Grayscale: #C8C8C8. Windows color (decimal): -78060 or 1363966. OLE color: 1363966.
HSL color Cylindrical-coordinate representation of color #FECF14: hue angle of 47.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FECF14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.00 |
| HSL | 47.95º | 0.99% | 0.54% | - |
| HSV(B) | 47.95º | 0.92% | 1% | - |
| XYZ | 63.31 | 65.75 | 10.02 | - |
| YUV | 199.74 | 26.57 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 20 | 0 | 0.19 | 0.92 | 0.00 | 47.95 | 0.99 | 0.54 |
| Hex | FE | CF | 14 | 0 | 13 | 5C | 0 | 30 | 63 | 36 |
| Octal | 376 | 317 | 24 | 0 | 23 | 134 | 0 | 60 | 143 | 66 |
| Binary | 11111110 | 11001111 | 10100 | 0 | 10011 | 1011100 | 0 | 110000 | 1100011 | 110110 |
Color Harmonies of #FECF14
Complementary color
Monochromatic Colors of #FECF14
Black with #FECF14
Text Example
Text Example
White with #FECF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF14; }
p { color: rgb(254,207,20); }
H1.HeaderClassName
{
color: #FECF14;
}
.AnyTagClassName
{
color: #FECF14;
}
</style>
background-color css
<style>
a { background-color: #FECF14; }
a { background-color: rgb(254,207,20); }
div.DivClassName
{
background-color: #FECF14;
}
.BgClassName
{
background-color: #FECF14;
}
</style>
border-color css
<style>
span { border-color: #FECF14; }
span { border-color: rgb(254,207,20); }
td.TdClassName
{
border-color: #FECF14;
}
.TagClassName
{
border-color: #FECF14;
}
</style>