Shades of Cream Can #F7C74C
Tints of Cream Can #F7C74C
RGB
CMYK
RGB Variations
Color information
#F7C74C (or 0xF7C74C) is known color: Cream Can. HEX triplet: F7, C7 and 4C. RGB value is (247,199,76). Sum of RGB (Red+Green+Blue) = 247+199+76=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C74C is #0838B3. Grayscale: #C7C7C7. Windows color (decimal): -538804 or 5031927. OLE color: 5031927.
HSL color Cylindrical-coordinate representation of color #F7C74C: hue angle of 43.16º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7C74C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 76 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.03 |
| HSL | 43.16º | 0.91% | 0.63% | - |
| HSV(B) | 43.16º | 0.69% | 0.97% | - |
| XYZ | 60.09 | 61.14 | 15.47 | - |
| YUV | 199.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 76 | 0 | 0.19 | 0.69 | 0.03 | 43.16 | 0.91 | 0.63 |
| Hex | F7 | C7 | 4C | 0 | 13 | 45 | 3 | 2B | 5B | 3F |
| Octal | 367 | 307 | 114 | 0 | 23 | 105 | 3 | 53 | 133 | 77 |
| Binary | 11110111 | 11000111 | 1001100 | 0 | 10011 | 1000101 | 11 | 101011 | 1011011 | 111111 |
Color Harmonies of #F7C74C
Complementary color
Monochromatic Colors of #F7C74C
Black with #F7C74C
Text Example
Text Example
White with #F7C74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C74C; }
p { color: rgb(247,199,76); }
H1.HeaderClassName
{
color: #F7C74C;
}
.AnyTagClassName
{
color: #F7C74C;
}
</style>
background-color css
<style>
a { background-color: #F7C74C; }
a { background-color: rgb(247,199,76); }
div.DivClassName
{
background-color: #F7C74C;
}
.BgClassName
{
background-color: #F7C74C;
}
</style>
border-color css
<style>
span { border-color: #F7C74C; }
span { border-color: rgb(247,199,76); }
td.TdClassName
{
border-color: #F7C74C;
}
.TagClassName
{
border-color: #F7C74C;
}
</style>