Shades of Cream Can #F3C64B
Tints of Cream Can #F3C64B
RGB
CMYK
RGB Variations
Color information
#F3C64B (or 0xF3C64B) is known color: Cream Can. HEX triplet: F3, C6 and 4B. RGB value is (243,198,75). Sum of RGB (Red+Green+Blue) = 243+198+75=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C64B is #0C39B4. Grayscale: #C5C5C5. Windows color (decimal): -801205 or 4966131. OLE color: 4966131.
HSL color Cylindrical-coordinate representation of color #F3C64B: hue angle of 43.93º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3C64B is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 75 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.05 |
| HSL | 43.93º | 0.88% | 0.62% | - |
| HSV(B) | 43.93º | 0.69% | 0.95% | - |
| XYZ | 58.43 | 59.95 | 15.15 | - |
| YUV | 197.43 | 58.91 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 75 | 0 | 0.19 | 0.69 | 0.05 | 43.93 | 0.88 | 0.62 |
| Hex | F3 | C6 | 4B | 0 | 13 | 45 | 5 | 2C | 58 | 3E |
| Octal | 363 | 306 | 113 | 0 | 23 | 105 | 5 | 54 | 130 | 76 |
| Binary | 11110011 | 11000110 | 1001011 | 0 | 10011 | 1000101 | 101 | 101100 | 1011000 | 111110 |
Color Harmonies of #F3C64B
Complementary color
Monochromatic Colors of #F3C64B
Black with #F3C64B
Text Example
Text Example
White with #F3C64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C64B; }
p { color: rgb(243,198,75); }
H1.HeaderClassName
{
color: #F3C64B;
}
.AnyTagClassName
{
color: #F3C64B;
}
</style>
background-color css
<style>
a { background-color: #F3C64B; }
a { background-color: rgb(243,198,75); }
div.DivClassName
{
background-color: #F3C64B;
}
.BgClassName
{
background-color: #F3C64B;
}
</style>
border-color css
<style>
span { border-color: #F3C64B; }
span { border-color: rgb(243,198,75); }
td.TdClassName
{
border-color: #F3C64B;
}
.TagClassName
{
border-color: #F3C64B;
}
</style>