Shades of Koromiko #F7B94C
Tints of Koromiko #F7B94C
RGB
CMYK
RGB Variations
Color information
#F7B94C (or 0xF7B94C) is known color: Koromiko. HEX triplet: F7, B9 and 4C. RGB value is (247,185,76). Sum of RGB (Red+Green+Blue) = 247+185+76=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B94C is #0846B3. Grayscale: #BFBFBF. Windows color (decimal): -542388 or 5028343. OLE color: 5028343.
HSL color Cylindrical-coordinate representation of color #F7B94C: hue angle of 38.25º 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 #F7B94C is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 76 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.03 |
| HSL | 38.25º | 0.91% | 0.63% | - |
| HSV(B) | 38.25º | 0.69% | 0.97% | - |
| XYZ | 57.01 | 54.99 | 14.45 | - |
| YUV | 191.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 76 | 0 | 0.25 | 0.69 | 0.03 | 38.25 | 0.91 | 0.63 |
| Hex | F7 | B9 | 4C | 0 | 19 | 45 | 3 | 26 | 5B | 3F |
| Octal | 367 | 271 | 114 | 0 | 31 | 105 | 3 | 46 | 133 | 77 |
| Binary | 11110111 | 10111001 | 1001100 | 0 | 11001 | 1000101 | 11 | 100110 | 1011011 | 111111 |
Color Harmonies of #F7B94C
Complementary color
Monochromatic Colors of #F7B94C
Black with #F7B94C
Text Example
Text Example
White with #F7B94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B94C; }
p { color: rgb(247,185,76); }
H1.HeaderClassName
{
color: #F7B94C;
}
.AnyTagClassName
{
color: #F7B94C;
}
</style>
background-color css
<style>
a { background-color: #F7B94C; }
a { background-color: rgb(247,185,76); }
div.DivClassName
{
background-color: #F7B94C;
}
.BgClassName
{
background-color: #F7B94C;
}
</style>
border-color css
<style>
span { border-color: #F7B94C; }
span { border-color: rgb(247,185,76); }
td.TdClassName
{
border-color: #F7B94C;
}
.TagClassName
{
border-color: #F7B94C;
}
</style>