Shades of Salomie #FECF7F
Tints of Salomie #FECF7F
RGB
CMYK
RGB Variations
Color information
#FECF7F (or 0xFECF7F) is known color: Salomie. HEX triplet: FE, CF and 7F. RGB value is (254,207,127). Sum of RGB (Red+Green+Blue) = 254+207+127=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF7F is #013080. Grayscale: #D4D4D4. Windows color (decimal): -77953 or 8376318. OLE color: 8376318.
HSL color Cylindrical-coordinate representation of color #FECF7F: hue angle of 37.8º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FECF7F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 127 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.00 |
| HSL | 37.8º | 0.98% | 0.75% | - |
| HSV(B) | 37.8º | 0.5% | 1% | - |
| XYZ | 67.02 | 67.23 | 29.52 | - |
| YUV | 211.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 127 | 0 | 0.19 | 0.50 | 0.00 | 37.8 | 0.98 | 0.75 |
| Hex | FE | CF | 7F | 0 | 13 | 32 | 0 | 26 | 62 | 4B |
| Octal | 376 | 317 | 177 | 0 | 23 | 62 | 0 | 46 | 142 | 113 |
| Binary | 11111110 | 11001111 | 1111111 | 0 | 10011 | 110010 | 0 | 100110 | 1100010 | 1001011 |
Color Harmonies of #FECF7F
Complementary color
Monochromatic Colors of #FECF7F
Black with #FECF7F
Text Example
Text Example
White with #FECF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF7F; }
p { color: rgb(254,207,127); }
H1.HeaderClassName
{
color: #FECF7F;
}
.AnyTagClassName
{
color: #FECF7F;
}
</style>
background-color css
<style>
a { background-color: #FECF7F; }
a { background-color: rgb(254,207,127); }
div.DivClassName
{
background-color: #FECF7F;
}
.BgClassName
{
background-color: #FECF7F;
}
</style>
border-color css
<style>
span { border-color: #FECF7F; }
span { border-color: rgb(254,207,127); }
td.TdClassName
{
border-color: #FECF7F;
}
.TagClassName
{
border-color: #FECF7F;
}
</style>