Shades of Salomie #FFCF7E
Tints of Salomie #FFCF7E
RGB
CMYK
RGB Variations
Color information
#FFCF7E (or 0xFFCF7E) is known color: Salomie. HEX triplet: FF, CF and 7E. RGB value is (255,207,126). Sum of RGB (Red+Green+Blue) = 255+207+126=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF7E is #003081. Grayscale: #D4D4D4. Windows color (decimal): -12418 or 8310783. OLE color: 8310783.
HSL color Cylindrical-coordinate representation of color #FFCF7E: hue angle of 37.67º 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 #FFCF7E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 207 | 126 | - |
CMYK | 0 | 0.19 | 0.51 | 0 |
HSL | 37.67º | 1% | 0.75% | - |
HSV(B) | 37.67º | 0.51% | 1% | - |
XYZ | 67.32 | 67.39 | 29.2 | - |
YUV | 212.12 | 79.4 | 158.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 207 | 126 | 0 | 0.19 | 0.51 | 0 | 37.67 | 1 | 0.75 |
Hex | FF | CF | 7E | 0 | 13 | 33 | 0 | 26 | 64 | 4B |
Octal | 377 | 317 | 176 | 0 | 23 | 63 | 0 | 46 | 144 | 113 |
Binary | 11111111 | 11001111 | 1111110 | 0 | 10011 | 110011 | 0 | 100110 | 1100100 | 1001011 |
Color Harmonies of #FFCF7E
Complementary color
Monochromatic Colors of #FFCF7E
Black with #FFCF7E
Text Example
Text Example
White with #FFCF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF7E; }
p { color: rgb(255,207,126); }
H1.HeaderClassName
{
color: #FFCF7E;
}
.AnyTagClassName
{
color: #FFCF7E;
}
</style>
background-color css
<style>
a { background-color: #FFCF7E; }
a { background-color: rgb(255,207,126); }
div.DivClassName
{
background-color: #FFCF7E;
}
.BgClassName
{
background-color: #FFCF7E;
}
</style>
border-color css
<style>
span { border-color: #FFCF7E; }
span { border-color: rgb(255,207,126); }
td.TdClassName
{
border-color: #FFCF7E;
}
.TagClassName
{
border-color: #FFCF7E;
}
</style>