Shades of Turbo #FECF1F
Tints of Turbo #FECF1F
RGB
CMYK
RGB Variations
Color information
#FECF1F (or 0xFECF1F) is known color: Turbo. HEX triplet: FE, CF and 1F. RGB value is (254,207,31). Sum of RGB (Red+Green+Blue) = 254+207+31=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF1F is #0130E0. Grayscale: #C9C9C9. Windows color (decimal): -78049 or 2084862. OLE color: 2084862.
HSL color Cylindrical-coordinate representation of color #FECF1F: hue angle of 47.35º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FECF1F is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 31 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.00 |
| HSL | 47.35º | 0.99% | 0.56% | - |
| HSV(B) | 47.35º | 0.88% | 1% | - |
| XYZ | 63.43 | 65.8 | 10.65 | - |
| YUV | 200.99 | 32.07 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 31 | 0 | 0.19 | 0.88 | 0.00 | 47.35 | 0.99 | 0.56 |
| Hex | FE | CF | 1F | 0 | 13 | 58 | 0 | 2F | 63 | 38 |
| Octal | 376 | 317 | 37 | 0 | 23 | 130 | 0 | 57 | 143 | 70 |
| Binary | 11111110 | 11001111 | 11111 | 0 | 10011 | 1011000 | 0 | 101111 | 1100011 | 111000 |
Color Harmonies of #FECF1F
Complementary color
Monochromatic Colors of #FECF1F
Black with #FECF1F
Text Example
Text Example
White with #FECF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF1F; }
p { color: rgb(254,207,31); }
H1.HeaderClassName
{
color: #FECF1F;
}
.AnyTagClassName
{
color: #FECF1F;
}
</style>
background-color css
<style>
a { background-color: #FECF1F; }
a { background-color: rgb(254,207,31); }
div.DivClassName
{
background-color: #FECF1F;
}
.BgClassName
{
background-color: #FECF1F;
}
</style>
border-color css
<style>
span { border-color: #FECF1F; }
span { border-color: rgb(254,207,31); }
td.TdClassName
{
border-color: #FECF1F;
}
.TagClassName
{
border-color: #FECF1F;
}
</style>