Shades of Rum Swizzle #F5F0CF
Tints of Rum Swizzle #F5F0CF
RGB
CMYK
RGB Variations
Color information
#F5F0CF (or 0xF5F0CF) is known color: Rum Swizzle. HEX triplet: F5, F0 and CF. RGB value is (245,240,207). Sum of RGB (Red+Green+Blue) = 245+240+207=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0CF is #0A0F30. Grayscale: #EDEDED. Windows color (decimal): -659249 or 13627637. OLE color: 13627637.
HSL color Cylindrical-coordinate representation of color #F5F0CF: hue angle of 52.11º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5F0CF is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 207 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.04 |
| HSL | 52.11º | 0.66% | 0.89% | - |
| HSV(B) | 52.11º | 0.16% | 0.96% | - |
| XYZ | 80.08 | 86.24 | 71.46 | - |
| YUV | 237.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 207 | 0 | 0.02 | 0.16 | 0.04 | 52.11 | 0.66 | 0.89 |
| Hex | F5 | F0 | CF | 0 | 2 | 10 | 4 | 34 | 42 | 59 |
| Octal | 365 | 360 | 317 | 0 | 2 | 20 | 4 | 64 | 102 | 131 |
| Binary | 11110101 | 11110000 | 11001111 | 0 | 10 | 10000 | 100 | 110100 | 1000010 | 1011001 |
Color Harmonies of #F5F0CF
Complementary color
Monochromatic Colors of #F5F0CF
Black with #F5F0CF
Text Example
Text Example
White with #F5F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0CF; }
p { color: rgb(245,240,207); }
H1.HeaderClassName
{
color: #F5F0CF;
}
.AnyTagClassName
{
color: #F5F0CF;
}
</style>
background-color css
<style>
a { background-color: #F5F0CF; }
a { background-color: rgb(245,240,207); }
div.DivClassName
{
background-color: #F5F0CF;
}
.BgClassName
{
background-color: #F5F0CF;
}
</style>
border-color css
<style>
span { border-color: #F5F0CF; }
span { border-color: rgb(245,240,207); }
td.TdClassName
{
border-color: #F5F0CF;
}
.TagClassName
{
border-color: #F5F0CF;
}
</style>