Shades of Cream Can #F1BD5B
Tints of Cream Can #F1BD5B
RGB
CMYK
RGB Variations
Color information
#F1BD5B (or 0xF1BD5B) is known color: Cream Can. HEX triplet: F1, BD and 5B. RGB value is (241,189,91). Sum of RGB (Red+Green+Blue) = 241+189+91=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD5B is #0E42A4. Grayscale: #C1C1C1. Windows color (decimal): -934565 or 6012401. OLE color: 6012401.
HSL color Cylindrical-coordinate representation of color #F1BD5B: hue angle of 39.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1BD5B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 91 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.05 |
| HSL | 39.2º | 0.84% | 0.65% | - |
| HSV(B) | 39.2º | 0.62% | 0.95% | - |
| XYZ | 56.36 | 55.85 | 17.71 | - |
| YUV | 193.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 91 | 0 | 0.22 | 0.62 | 0.05 | 39.2 | 0.84 | 0.65 |
| Hex | F1 | BD | 5B | 0 | 16 | 3E | 5 | 27 | 54 | 41 |
| Octal | 361 | 275 | 133 | 0 | 26 | 76 | 5 | 47 | 124 | 101 |
| Binary | 11110001 | 10111101 | 1011011 | 0 | 10110 | 111110 | 101 | 100111 | 1010100 | 1000001 |
Color Harmonies of #F1BD5B
Complementary color
Monochromatic Colors of #F1BD5B
Black with #F1BD5B
Text Example
Text Example
White with #F1BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD5B; }
p { color: rgb(241,189,91); }
H1.HeaderClassName
{
color: #F1BD5B;
}
.AnyTagClassName
{
color: #F1BD5B;
}
</style>
background-color css
<style>
a { background-color: #F1BD5B; }
a { background-color: rgb(241,189,91); }
div.DivClassName
{
background-color: #F1BD5B;
}
.BgClassName
{
background-color: #F1BD5B;
}
</style>
border-color css
<style>
span { border-color: #F1BD5B; }
span { border-color: rgb(241,189,91); }
td.TdClassName
{
border-color: #F1BD5B;
}
.TagClassName
{
border-color: #F1BD5B;
}
</style>