Shades of Cream Can #F0BF5D
Tints of Cream Can #F0BF5D
RGB
CMYK
RGB Variations
Color information
#F0BF5D (or 0xF0BF5D) is known color: Cream Can. HEX triplet: F0, BF and 5D. RGB value is (240,191,93). Sum of RGB (Red+Green+Blue) = 240+191+93=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF5D is #0F40A2. Grayscale: #C2C2C2. Windows color (decimal): -999587 or 6143984. OLE color: 6143984.
HSL color Cylindrical-coordinate representation of color #F0BF5D: hue angle of 40º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0BF5D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 93 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.06 |
| HSL | 40º | 0.83% | 0.65% | - |
| HSV(B) | 40º | 0.61% | 0.94% | - |
| XYZ | 56.54 | 56.58 | 18.3 | - |
| YUV | 194.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 93 | 0 | 0.20 | 0.61 | 0.06 | 40 | 0.83 | 0.65 |
| Hex | F0 | BF | 5D | 0 | 14 | 3D | 6 | 28 | 53 | 41 |
| Octal | 360 | 277 | 135 | 0 | 24 | 75 | 6 | 50 | 123 | 101 |
| Binary | 11110000 | 10111111 | 1011101 | 0 | 10100 | 111101 | 110 | 101000 | 1010011 | 1000001 |
Color Harmonies of #F0BF5D
Complementary color
Monochromatic Colors of #F0BF5D
Black with #F0BF5D
Text Example
Text Example
White with #F0BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF5D; }
p { color: rgb(240,191,93); }
H1.HeaderClassName
{
color: #F0BF5D;
}
.AnyTagClassName
{
color: #F0BF5D;
}
</style>
background-color css
<style>
a { background-color: #F0BF5D; }
a { background-color: rgb(240,191,93); }
div.DivClassName
{
background-color: #F0BF5D;
}
.BgClassName
{
background-color: #F0BF5D;
}
</style>
border-color css
<style>
span { border-color: #F0BF5D; }
span { border-color: rgb(240,191,93); }
td.TdClassName
{
border-color: #F0BF5D;
}
.TagClassName
{
border-color: #F0BF5D;
}
</style>