Shades of Salomie #FFCF7D
Tints of Salomie #FFCF7D
RGB
CMYK
RGB Variations
Color information
#FFCF7D (or 0xFFCF7D) is known color: Salomie. HEX triplet: FF, CF and 7D. RGB value is (255,207,125). Sum of RGB (Red+Green+Blue) = 255+207+125=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF7D is #003082. Grayscale: #D4D4D4. Windows color (decimal): -12419 or 8245247. OLE color: 8245247.
HSL color Cylindrical-coordinate representation of color #FFCF7D: hue angle of 37.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCF7D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 125 | - |
| CMYK | 0 | 0.19 | 0.51 | 0 |
| HSL | 37.85º | 1% | 0.75% | - |
| HSV(B) | 37.85º | 0.51% | 1% | - |
| XYZ | 67.25 | 67.37 | 28.86 | - |
| YUV | 212 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 125 | 0 | 0.19 | 0.51 | 0 | 37.85 | 1 | 0.75 |
| Hex | FF | CF | 7D | 0 | 13 | 33 | 0 | 26 | 64 | 4B |
| Octal | 377 | 317 | 175 | 0 | 23 | 63 | 0 | 46 | 144 | 113 |
| Binary | 11111111 | 11001111 | 1111101 | 0 | 10011 | 110011 | 0 | 100110 | 1100100 | 1001011 |
Color Harmonies of #FFCF7D
Complementary color
Monochromatic Colors of #FFCF7D
Black with #FFCF7D
Text Example
Text Example
White with #FFCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF7D; }
p { color: rgb(255,207,125); }
H1.HeaderClassName
{
color: #FFCF7D;
}
.AnyTagClassName
{
color: #FFCF7D;
}
</style>
background-color css
<style>
a { background-color: #FFCF7D; }
a { background-color: rgb(255,207,125); }
div.DivClassName
{
background-color: #FFCF7D;
}
.BgClassName
{
background-color: #FFCF7D;
}
</style>
border-color css
<style>
span { border-color: #FFCF7D; }
span { border-color: rgb(255,207,125); }
td.TdClassName
{
border-color: #FFCF7D;
}
.TagClassName
{
border-color: #FFCF7D;
}
</style>