Shades of Salomie #FECF7E
Tints of Salomie #FECF7E
RGB
CMYK
RGB Variations
Color information
#FECF7E (or 0xFECF7E) is known color: Salomie. HEX triplet: FE, CF and 7E. RGB value is (254,207,126). Sum of RGB (Red+Green+Blue) = 254+207+126=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF7E is #013081. Grayscale: #D4D4D4. Windows color (decimal): -77954 or 8310782. OLE color: 8310782.
HSL color Cylindrical-coordinate representation of color #FECF7E: hue angle of 37.97º 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 #FECF7E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 126 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.00 |
| HSL | 37.97º | 0.98% | 0.75% | - |
| HSV(B) | 37.97º | 0.5% | 1% | - |
| XYZ | 66.95 | 67.2 | 29.18 | - |
| YUV | 211.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 126 | 0 | 0.19 | 0.50 | 0.00 | 37.97 | 0.98 | 0.75 |
| Hex | FE | CF | 7E | 0 | 13 | 32 | 0 | 26 | 62 | 4B |
| Octal | 376 | 317 | 176 | 0 | 23 | 62 | 0 | 46 | 142 | 113 |
| Binary | 11111110 | 11001111 | 1111110 | 0 | 10011 | 110010 | 0 | 100110 | 1100010 | 1001011 |
Color Harmonies of #FECF7E
Complementary color
Monochromatic Colors of #FECF7E
Black with #FECF7E
Text Example
Text Example
White with #FECF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF7E; }
p { color: rgb(254,207,126); }
H1.HeaderClassName
{
color: #FECF7E;
}
.AnyTagClassName
{
color: #FECF7E;
}
</style>
background-color css
<style>
a { background-color: #FECF7E; }
a { background-color: rgb(254,207,126); }
div.DivClassName
{
background-color: #FECF7E;
}
.BgClassName
{
background-color: #FECF7E;
}
</style>
border-color css
<style>
span { border-color: #FECF7E; }
span { border-color: rgb(254,207,126); }
td.TdClassName
{
border-color: #FECF7E;
}
.TagClassName
{
border-color: #FECF7E;
}
</style>