Shades of Salomie #FFCF80
Tints of Salomie #FFCF80
RGB
CMYK
RGB Variations
Color information
#FFCF80 (or 0xFFCF80) is known color: Salomie. HEX triplet: FF, CF and 80. RGB value is (255,207,128). Sum of RGB (Red+Green+Blue) = 255+207+128=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF80 is #00307F. Grayscale: #D4D4D4. Windows color (decimal): -12416 or 8441855. OLE color: 8441855.
HSL color Cylindrical-coordinate representation of color #FFCF80: hue angle of 37.32º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFCF80 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 128 | - |
| CMYK | 0 | 0.19 | 0.50 | 0 |
| HSL | 37.32º | 1% | 0.75% | - |
| HSV(B) | 37.32º | 0.5% | 1% | - |
| XYZ | 67.45 | 67.44 | 29.89 | - |
| YUV | 212.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 128 | 0 | 0.19 | 0.50 | 0 | 37.32 | 1 | 0.75 |
| Hex | FF | CF | 80 | 0 | 13 | 32 | 0 | 25 | 64 | 4B |
| Octal | 377 | 317 | 200 | 0 | 23 | 62 | 0 | 45 | 144 | 113 |
| Binary | 11111111 | 11001111 | 10000000 | 0 | 10011 | 110010 | 0 | 100101 | 1100100 | 1001011 |
Color Harmonies of #FFCF80
Complementary color
Monochromatic Colors of #FFCF80
Black with #FFCF80
Text Example
Text Example
White with #FFCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF80; }
p { color: rgb(255,207,128); }
H1.HeaderClassName
{
color: #FFCF80;
}
.AnyTagClassName
{
color: #FFCF80;
}
</style>
background-color css
<style>
a { background-color: #FFCF80; }
a { background-color: rgb(255,207,128); }
div.DivClassName
{
background-color: #FFCF80;
}
.BgClassName
{
background-color: #FFCF80;
}
</style>
border-color css
<style>
span { border-color: #FFCF80; }
span { border-color: rgb(255,207,128); }
td.TdClassName
{
border-color: #FFCF80;
}
.TagClassName
{
border-color: #FFCF80;
}
</style>