Shades of Cream Can #F2BF5A
Tints of Cream Can #F2BF5A
RGB
CMYK
RGB Variations
Color information
#F2BF5A (or 0xF2BF5A) is known color: Cream Can. HEX triplet: F2, BF and 5A. RGB value is (242,191,90). Sum of RGB (Red+Green+Blue) = 242+191+90=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF5A is #0D40A5. Grayscale: #C3C3C3. Windows color (decimal): -868518 or 5947378. OLE color: 5947378.
HSL color Cylindrical-coordinate representation of color #F2BF5A: hue angle of 39.87º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2BF5A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 90 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.05 |
| HSL | 39.87º | 0.85% | 0.65% | - |
| HSV(B) | 39.87º | 0.63% | 0.95% | - |
| XYZ | 57.09 | 56.88 | 17.64 | - |
| YUV | 194.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 90 | 0 | 0.21 | 0.63 | 0.05 | 39.87 | 0.85 | 0.65 |
| Hex | F2 | BF | 5A | 0 | 15 | 3F | 5 | 28 | 55 | 41 |
| Octal | 362 | 277 | 132 | 0 | 25 | 77 | 5 | 50 | 125 | 101 |
| Binary | 11110010 | 10111111 | 1011010 | 0 | 10101 | 111111 | 101 | 101000 | 1010101 | 1000001 |
Color Harmonies of #F2BF5A
Complementary color
Monochromatic Colors of #F2BF5A
Black with #F2BF5A
Text Example
Text Example
White with #F2BF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF5A; }
p { color: rgb(242,191,90); }
H1.HeaderClassName
{
color: #F2BF5A;
}
.AnyTagClassName
{
color: #F2BF5A;
}
</style>
background-color css
<style>
a { background-color: #F2BF5A; }
a { background-color: rgb(242,191,90); }
div.DivClassName
{
background-color: #F2BF5A;
}
.BgClassName
{
background-color: #F2BF5A;
}
</style>
border-color css
<style>
span { border-color: #F2BF5A; }
span { border-color: rgb(242,191,90); }
td.TdClassName
{
border-color: #F2BF5A;
}
.TagClassName
{
border-color: #F2BF5A;
}
</style>