Shades of Cream Can #F4BF53
Tints of Cream Can #F4BF53
RGB
CMYK
RGB Variations
Color information
#F4BF53 (or 0xF4BF53) is known color: Cream Can. HEX triplet: F4, BF and 53. RGB value is (244,191,83). Sum of RGB (Red+Green+Blue) = 244+191+83=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BF53 is #0B40AC. Grayscale: #C3C3C3. Windows color (decimal): -737453 or 5488628. OLE color: 5488628.
HSL color Cylindrical-coordinate representation of color #F4BF53: hue angle of 40.25º 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 #F4BF53 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 83 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.04 |
| HSL | 40.25º | 0.88% | 0.64% | - |
| HSV(B) | 40.25º | 0.66% | 0.96% | - |
| XYZ | 57.5 | 57.12 | 16.18 | - |
| YUV | 194.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 83 | 0 | 0.22 | 0.66 | 0.04 | 40.25 | 0.88 | 0.64 |
| Hex | F4 | BF | 53 | 0 | 16 | 42 | 4 | 28 | 58 | 40 |
| Octal | 364 | 277 | 123 | 0 | 26 | 102 | 4 | 50 | 130 | 100 |
| Binary | 11110100 | 10111111 | 1010011 | 0 | 10110 | 1000010 | 100 | 101000 | 1011000 | 1000000 |
Color Harmonies of #F4BF53
Complementary color
Monochromatic Colors of #F4BF53
Black with #F4BF53
Text Example
Text Example
White with #F4BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BF53; }
p { color: rgb(244,191,83); }
H1.HeaderClassName
{
color: #F4BF53;
}
.AnyTagClassName
{
color: #F4BF53;
}
</style>
background-color css
<style>
a { background-color: #F4BF53; }
a { background-color: rgb(244,191,83); }
div.DivClassName
{
background-color: #F4BF53;
}
.BgClassName
{
background-color: #F4BF53;
}
</style>
border-color css
<style>
span { border-color: #F4BF53; }
span { border-color: rgb(244,191,83); }
td.TdClassName
{
border-color: #F4BF53;
}
.TagClassName
{
border-color: #F4BF53;
}
</style>