Shades of Salomie #FFCF7C
Tints of Salomie #FFCF7C
RGB
CMYK
RGB Variations
Color information
#FFCF7C (or 0xFFCF7C) is known color: Salomie. HEX triplet: FF, CF and 7C. RGB value is (255,207,124). Sum of RGB (Red+Green+Blue) = 255+207+124=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF7C is #003083. Grayscale: #D4D4D4. Windows color (decimal): -12420 or 8179711. OLE color: 8179711.
HSL color Cylindrical-coordinate representation of color #FFCF7C: hue angle of 38.02º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCF7C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 124 | - |
| CMYK | 0 | 0.19 | 0.51 | 0 |
| HSL | 38.02º | 1% | 0.74% | - |
| HSV(B) | 38.02º | 0.51% | 1% | - |
| XYZ | 67.19 | 67.34 | 28.53 | - |
| YUV | 211.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 124 | 0 | 0.19 | 0.51 | 0 | 38.02 | 1 | 0.74 |
| Hex | FF | CF | 7C | 0 | 13 | 33 | 0 | 26 | 64 | 4A |
| Octal | 377 | 317 | 174 | 0 | 23 | 63 | 0 | 46 | 144 | 112 |
| Binary | 11111111 | 11001111 | 1111100 | 0 | 10011 | 110011 | 0 | 100110 | 1100100 | 1001010 |
Color Harmonies of #FFCF7C
Complementary color
Monochromatic Colors of #FFCF7C
Black with #FFCF7C
Text Example
Text Example
White with #FFCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF7C; }
p { color: rgb(255,207,124); }
H1.HeaderClassName
{
color: #FFCF7C;
}
.AnyTagClassName
{
color: #FFCF7C;
}
</style>
background-color css
<style>
a { background-color: #FFCF7C; }
a { background-color: rgb(255,207,124); }
div.DivClassName
{
background-color: #FFCF7C;
}
.BgClassName
{
background-color: #FFCF7C;
}
</style>
border-color css
<style>
span { border-color: #FFCF7C; }
span { border-color: rgb(255,207,124); }
td.TdClassName
{
border-color: #FFCF7C;
}
.TagClassName
{
border-color: #FFCF7C;
}
</style>