Shades of Cream Can #F5BF43
Tints of Cream Can #F5BF43
RGB
CMYK
RGB Variations
Color information
#F5BF43 (or 0xF5BF43) is known color: Cream Can. HEX triplet: F5, BF and 43. RGB value is (245,191,67). Sum of RGB (Red+Green+Blue) = 245+191+67=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF43 is #0A40BC. Grayscale: #C1C1C1. Windows color (decimal): -671933 or 4440053. OLE color: 4440053.
HSL color Cylindrical-coordinate representation of color #F5BF43: hue angle of 41.8º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5BF43 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 67 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.04 |
| HSL | 41.8º | 0.9% | 0.61% | - |
| HSV(B) | 41.8º | 0.73% | 0.96% | - |
| XYZ | 57.3 | 57.08 | 13.31 | - |
| YUV | 193.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 67 | 0 | 0.22 | 0.73 | 0.04 | 41.8 | 0.9 | 0.61 |
| Hex | F5 | BF | 43 | 0 | 16 | 49 | 4 | 2A | 5A | 3D |
| Octal | 365 | 277 | 103 | 0 | 26 | 111 | 4 | 52 | 132 | 75 |
| Binary | 11110101 | 10111111 | 1000011 | 0 | 10110 | 1001001 | 100 | 101010 | 1011010 | 111101 |
Color Harmonies of #F5BF43
Complementary color
Monochromatic Colors of #F5BF43
Black with #F5BF43
Text Example
Text Example
White with #F5BF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF43; }
p { color: rgb(245,191,67); }
H1.HeaderClassName
{
color: #F5BF43;
}
.AnyTagClassName
{
color: #F5BF43;
}
</style>
background-color css
<style>
a { background-color: #F5BF43; }
a { background-color: rgb(245,191,67); }
div.DivClassName
{
background-color: #F5BF43;
}
.BgClassName
{
background-color: #F5BF43;
}
</style>
border-color css
<style>
span { border-color: #F5BF43; }
span { border-color: rgb(245,191,67); }
td.TdClassName
{
border-color: #F5BF43;
}
.TagClassName
{
border-color: #F5BF43;
}
</style>