Shades of Cream Can #F0C44B
Tints of Cream Can #F0C44B
RGB
CMYK
RGB Variations
Color information
#F0C44B (or 0xF0C44B) is known color: Cream Can. HEX triplet: F0, C4 and 4B. RGB value is (240,196,75). Sum of RGB (Red+Green+Blue) = 240+196+75=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C44B is #0F3BB4. Grayscale: #C3C3C3. Windows color (decimal): -998325 or 4965616. OLE color: 4965616.
HSL color Cylindrical-coordinate representation of color #F0C44B: hue angle of 44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0C44B is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 75 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.06 |
| HSL | 44º | 0.85% | 0.62% | - |
| HSV(B) | 44º | 0.69% | 0.94% | - |
| XYZ | 56.95 | 58.51 | 14.95 | - |
| YUV | 195.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 75 | 0 | 0.18 | 0.69 | 0.06 | 44 | 0.85 | 0.62 |
| Hex | F0 | C4 | 4B | 0 | 12 | 45 | 6 | 2C | 55 | 3E |
| Octal | 360 | 304 | 113 | 0 | 22 | 105 | 6 | 54 | 125 | 76 |
| Binary | 11110000 | 11000100 | 1001011 | 0 | 10010 | 1000101 | 110 | 101100 | 1010101 | 111110 |
Color Harmonies of #F0C44B
Complementary color
Monochromatic Colors of #F0C44B
Black with #F0C44B
Text Example
Text Example
White with #F0C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C44B; }
p { color: rgb(240,196,75); }
H1.HeaderClassName
{
color: #F0C44B;
}
.AnyTagClassName
{
color: #F0C44B;
}
</style>
background-color css
<style>
a { background-color: #F0C44B; }
a { background-color: rgb(240,196,75); }
div.DivClassName
{
background-color: #F0C44B;
}
.BgClassName
{
background-color: #F0C44B;
}
</style>
border-color css
<style>
span { border-color: #F0C44B; }
span { border-color: rgb(240,196,75); }
td.TdClassName
{
border-color: #F0C44B;
}
.TagClassName
{
border-color: #F0C44B;
}
</style>