Shades of Turbo #FECF27
Tints of Turbo #FECF27
RGB
CMYK
RGB Variations
Color information
#FECF27 (or 0xFECF27) is known color: Turbo. HEX triplet: FE, CF and 27. RGB value is (254,207,39). Sum of RGB (Red+Green+Blue) = 254+207+39=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 39 (15.62% from 255 or 7.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF27 is #0130D8. Grayscale: #CACACA. Windows color (decimal): -78041 or 2609150. OLE color: 2609150.
HSL color Cylindrical-coordinate representation of color #FECF27: hue angle of 46.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FECF27 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 39 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.00 |
| HSL | 46.88º | 0.99% | 0.57% | - |
| HSV(B) | 46.88º | 0.85% | 1% | - |
| XYZ | 63.55 | 65.84 | 11.28 | - |
| YUV | 201.9 | 36.07 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 39 | 0 | 0.19 | 0.85 | 0.00 | 46.88 | 0.99 | 0.57 |
| Hex | FE | CF | 27 | 0 | 13 | 55 | 0 | 2F | 63 | 39 |
| Octal | 376 | 317 | 47 | 0 | 23 | 125 | 0 | 57 | 143 | 71 |
| Binary | 11111110 | 11001111 | 100111 | 0 | 10011 | 1010101 | 0 | 101111 | 1100011 | 111001 |
Color Harmonies of #FECF27
Complementary color
Monochromatic Colors of #FECF27
Black with #FECF27
Text Example
Text Example
White with #FECF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF27; }
p { color: rgb(254,207,39); }
H1.HeaderClassName
{
color: #FECF27;
}
.AnyTagClassName
{
color: #FECF27;
}
</style>
background-color css
<style>
a { background-color: #FECF27; }
a { background-color: rgb(254,207,39); }
div.DivClassName
{
background-color: #FECF27;
}
.BgClassName
{
background-color: #FECF27;
}
</style>
border-color css
<style>
span { border-color: #FECF27; }
span { border-color: rgb(254,207,39); }
td.TdClassName
{
border-color: #FECF27;
}
.TagClassName
{
border-color: #FECF27;
}
</style>