Shades of Cream Can #F4BC54
Tints of Cream Can #F4BC54
RGB
CMYK
RGB Variations
Color information
#F4BC54 (or 0xF4BC54) is known color: Cream Can. HEX triplet: F4, BC and 54. RGB value is (244,188,84). Sum of RGB (Red+Green+Blue) = 244+188+84=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC54 is #0B43AB. Grayscale: #C1C1C1. Windows color (decimal): -738220 or 5553396. OLE color: 5553396.
HSL color Cylindrical-coordinate representation of color #F4BC54: hue angle of 39º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4BC54 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 84 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.04 |
| HSL | 39º | 0.88% | 0.64% | - |
| HSV(B) | 39º | 0.66% | 0.96% | - |
| XYZ | 56.89 | 55.84 | 16.17 | - |
| YUV | 192.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 84 | 0 | 0.23 | 0.66 | 0.04 | 39 | 0.88 | 0.64 |
| Hex | F4 | BC | 54 | 0 | 17 | 42 | 4 | 27 | 58 | 40 |
| Octal | 364 | 274 | 124 | 0 | 27 | 102 | 4 | 47 | 130 | 100 |
| Binary | 11110100 | 10111100 | 1010100 | 0 | 10111 | 1000010 | 100 | 100111 | 1011000 | 1000000 |
Color Harmonies of #F4BC54
Complementary color
Monochromatic Colors of #F4BC54
Black with #F4BC54
Text Example
Text Example
White with #F4BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC54; }
p { color: rgb(244,188,84); }
H1.HeaderClassName
{
color: #F4BC54;
}
.AnyTagClassName
{
color: #F4BC54;
}
</style>
background-color css
<style>
a { background-color: #F4BC54; }
a { background-color: rgb(244,188,84); }
div.DivClassName
{
background-color: #F4BC54;
}
.BgClassName
{
background-color: #F4BC54;
}
</style>
border-color css
<style>
span { border-color: #F4BC54; }
span { border-color: rgb(244,188,84); }
td.TdClassName
{
border-color: #F4BC54;
}
.TagClassName
{
border-color: #F4BC54;
}
</style>