Shades of Salomie #FECF7D
Tints of Salomie #FECF7D
RGB
CMYK
RGB Variations
Color information
#FECF7D (or 0xFECF7D) is known color: Salomie. HEX triplet: FE, CF and 7D. RGB value is (254,207,125). Sum of RGB (Red+Green+Blue) = 254+207+125=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF7D is #013082. Grayscale: #D4D4D4. Windows color (decimal): -77955 or 8245246. OLE color: 8245246.
HSL color Cylindrical-coordinate representation of color #FECF7D: hue angle of 38.14º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FECF7D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 125 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.00 |
| HSL | 38.14º | 0.98% | 0.74% | - |
| HSV(B) | 38.14º | 0.51% | 1% | - |
| XYZ | 66.89 | 67.18 | 28.84 | - |
| YUV | 211.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 125 | 0 | 0.19 | 0.51 | 0.00 | 38.14 | 0.98 | 0.74 |
| Hex | FE | CF | 7D | 0 | 13 | 33 | 0 | 26 | 62 | 4A |
| Octal | 376 | 317 | 175 | 0 | 23 | 63 | 0 | 46 | 142 | 112 |
| Binary | 11111110 | 11001111 | 1111101 | 0 | 10011 | 110011 | 0 | 100110 | 1100010 | 1001010 |
Color Harmonies of #FECF7D
Complementary color
Monochromatic Colors of #FECF7D
Black with #FECF7D
Text Example
Text Example
White with #FECF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF7D; }
p { color: rgb(254,207,125); }
H1.HeaderClassName
{
color: #FECF7D;
}
.AnyTagClassName
{
color: #FECF7D;
}
</style>
background-color css
<style>
a { background-color: #FECF7D; }
a { background-color: rgb(254,207,125); }
div.DivClassName
{
background-color: #FECF7D;
}
.BgClassName
{
background-color: #FECF7D;
}
</style>
border-color css
<style>
span { border-color: #FECF7D; }
span { border-color: rgb(254,207,125); }
td.TdClassName
{
border-color: #FECF7D;
}
.TagClassName
{
border-color: #FECF7D;
}
</style>