Shades of Cream Can #F4BD5D
Tints of Cream Can #F4BD5D
RGB
CMYK
RGB Variations
Color information
#F4BD5D (or 0xF4BD5D) is known color: Cream Can. HEX triplet: F4, BD and 5D. RGB value is (244,189,93). Sum of RGB (Red+Green+Blue) = 244+189+93=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BD5D is #0B42A2. Grayscale: #C2C2C2. Windows color (decimal): -737955 or 6143476. OLE color: 6143476.
HSL color Cylindrical-coordinate representation of color #F4BD5D: hue angle of 38.15º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4BD5D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 93 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.04 |
| HSL | 38.15º | 0.87% | 0.66% | - |
| HSV(B) | 38.15º | 0.62% | 0.96% | - |
| XYZ | 57.48 | 56.42 | 18.22 | - |
| YUV | 194.5 | 70.72 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 93 | 0 | 0.23 | 0.62 | 0.04 | 38.15 | 0.87 | 0.66 |
| Hex | F4 | BD | 5D | 0 | 17 | 3E | 4 | 26 | 57 | 42 |
| Octal | 364 | 275 | 135 | 0 | 27 | 76 | 4 | 46 | 127 | 102 |
| Binary | 11110100 | 10111101 | 1011101 | 0 | 10111 | 111110 | 100 | 100110 | 1010111 | 1000010 |
Color Harmonies of #F4BD5D
Complementary color
Monochromatic Colors of #F4BD5D
Black with #F4BD5D
Text Example
Text Example
White with #F4BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD5D; }
p { color: rgb(244,189,93); }
H1.HeaderClassName
{
color: #F4BD5D;
}
.AnyTagClassName
{
color: #F4BD5D;
}
</style>
background-color css
<style>
a { background-color: #F4BD5D; }
a { background-color: rgb(244,189,93); }
div.DivClassName
{
background-color: #F4BD5D;
}
.BgClassName
{
background-color: #F4BD5D;
}
</style>
border-color css
<style>
span { border-color: #F4BD5D; }
span { border-color: rgb(244,189,93); }
td.TdClassName
{
border-color: #F4BD5D;
}
.TagClassName
{
border-color: #F4BD5D;
}
</style>