Shades of Cream Can #F2C74B
Tints of Cream Can #F2C74B
RGB
CMYK
RGB Variations
Color information
#F2C74B (or 0xF2C74B) is known color: Cream Can. HEX triplet: F2, C7 and 4B. RGB value is (242,199,75). Sum of RGB (Red+Green+Blue) = 242+199+75=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C74B is #0D38B4. Grayscale: #C6C6C6. Windows color (decimal): -866485 or 4966386. OLE color: 4966386.
HSL color Cylindrical-coordinate representation of color #F2C74B: hue angle of 44.55º degrees, saturation: 0.87, 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 #F2C74B is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 75 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.05 |
| HSL | 44.55º | 0.87% | 0.62% | - |
| HSV(B) | 44.55º | 0.69% | 0.95% | - |
| XYZ | 58.31 | 60.23 | 15.21 | - |
| YUV | 197.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 75 | 0 | 0.18 | 0.69 | 0.05 | 44.55 | 0.87 | 0.62 |
| Hex | F2 | C7 | 4B | 0 | 12 | 45 | 5 | 2D | 57 | 3E |
| Octal | 362 | 307 | 113 | 0 | 22 | 105 | 5 | 55 | 127 | 76 |
| Binary | 11110010 | 11000111 | 1001011 | 0 | 10010 | 1000101 | 101 | 101101 | 1010111 | 111110 |
Color Harmonies of #F2C74B
Complementary color
Monochromatic Colors of #F2C74B
Black with #F2C74B
Text Example
Text Example
White with #F2C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C74B; }
p { color: rgb(242,199,75); }
H1.HeaderClassName
{
color: #F2C74B;
}
.AnyTagClassName
{
color: #F2C74B;
}
</style>
background-color css
<style>
a { background-color: #F2C74B; }
a { background-color: rgb(242,199,75); }
div.DivClassName
{
background-color: #F2C74B;
}
.BgClassName
{
background-color: #F2C74B;
}
</style>
border-color css
<style>
span { border-color: #F2C74B; }
span { border-color: rgb(242,199,75); }
td.TdClassName
{
border-color: #F2C74B;
}
.TagClassName
{
border-color: #F2C74B;
}
</style>