Shades of Cream Can #F0C75D
Tints of Cream Can #F0C75D
RGB
CMYK
RGB Variations
Color information
#F0C75D (or 0xF0C75D) is known color: Cream Can. HEX triplet: F0, C7 and 5D. RGB value is (240,199,93). Sum of RGB (Red+Green+Blue) = 240+199+93=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C75D is #0F38A2. Grayscale: #C7C7C7. Windows color (decimal): -997539 or 6146032. OLE color: 6146032.
HSL color Cylindrical-coordinate representation of color #F0C75D: hue angle of 43.27º 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 #F0C75D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 93 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.06 |
| HSL | 43.27º | 0.83% | 0.65% | - |
| HSV(B) | 43.27º | 0.61% | 0.94% | - |
| XYZ | 58.33 | 60.16 | 18.89 | - |
| YUV | 199.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 93 | 0 | 0.17 | 0.61 | 0.06 | 43.27 | 0.83 | 0.65 |
| Hex | F0 | C7 | 5D | 0 | 11 | 3D | 6 | 2B | 53 | 41 |
| Octal | 360 | 307 | 135 | 0 | 21 | 75 | 6 | 53 | 123 | 101 |
| Binary | 11110000 | 11000111 | 1011101 | 0 | 10001 | 111101 | 110 | 101011 | 1010011 | 1000001 |
Color Harmonies of #F0C75D
Complementary color
Monochromatic Colors of #F0C75D
Black with #F0C75D
Text Example
Text Example
White with #F0C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C75D; }
p { color: rgb(240,199,93); }
H1.HeaderClassName
{
color: #F0C75D;
}
.AnyTagClassName
{
color: #F0C75D;
}
</style>
background-color css
<style>
a { background-color: #F0C75D; }
a { background-color: rgb(240,199,93); }
div.DivClassName
{
background-color: #F0C75D;
}
.BgClassName
{
background-color: #F0C75D;
}
</style>
border-color css
<style>
span { border-color: #F0C75D; }
span { border-color: rgb(240,199,93); }
td.TdClassName
{
border-color: #F0C75D;
}
.TagClassName
{
border-color: #F0C75D;
}
</style>