Shades of Turbo #FECF25
Tints of Turbo #FECF25
RGB
CMYK
RGB Variations
Color information
#FECF25 (or 0xFECF25) is known color: Turbo. HEX triplet: FE, CF and 25. RGB value is (254,207,37). Sum of RGB (Red+Green+Blue) = 254+207+37=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF25 is #0130DA. Grayscale: #CACACA. Windows color (decimal): -78043 or 2478078. OLE color: 2478078.
HSL color Cylindrical-coordinate representation of color #FECF25: hue angle of 47º 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 #FECF25 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 37 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.00 |
| HSL | 47º | 0.99% | 0.57% | - |
| HSV(B) | 47º | 0.85% | 1% | - |
| XYZ | 63.52 | 65.83 | 11.11 | - |
| YUV | 201.67 | 35.07 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 37 | 0 | 0.19 | 0.85 | 0.00 | 47 | 0.99 | 0.57 |
| Hex | FE | CF | 25 | 0 | 13 | 55 | 0 | 2F | 63 | 39 |
| Octal | 376 | 317 | 45 | 0 | 23 | 125 | 0 | 57 | 143 | 71 |
| Binary | 11111110 | 11001111 | 100101 | 0 | 10011 | 1010101 | 0 | 101111 | 1100011 | 111001 |
Color Harmonies of #FECF25
Complementary color
Monochromatic Colors of #FECF25
Black with #FECF25
Text Example
Text Example
White with #FECF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF25; }
p { color: rgb(254,207,37); }
H1.HeaderClassName
{
color: #FECF25;
}
.AnyTagClassName
{
color: #FECF25;
}
</style>
background-color css
<style>
a { background-color: #FECF25; }
a { background-color: rgb(254,207,37); }
div.DivClassName
{
background-color: #FECF25;
}
.BgClassName
{
background-color: #FECF25;
}
</style>
border-color css
<style>
span { border-color: #FECF25; }
span { border-color: rgb(254,207,37); }
td.TdClassName
{
border-color: #FECF25;
}
.TagClassName
{
border-color: #FECF25;
}
</style>