Shades of Koromiko #F7B84D
Tints of Koromiko #F7B84D
RGB
CMYK
RGB Variations
Color information
#F7B84D (or 0xF7B84D) is known color: Koromiko. HEX triplet: F7, B8 and 4D. RGB value is (247,184,77). Sum of RGB (Red+Green+Blue) = 247+184+77=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B84D is #0847B2. Grayscale: #BFBFBF. Windows color (decimal): -542643 or 5093623. OLE color: 5093623.
HSL color Cylindrical-coordinate representation of color #F7B84D: hue angle of 37.76º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7B84D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 77 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.03 |
| HSL | 37.76º | 0.91% | 0.64% | - |
| HSV(B) | 37.76º | 0.69% | 0.97% | - |
| XYZ | 56.84 | 54.59 | 14.56 | - |
| YUV | 190.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 77 | 0 | 0.26 | 0.69 | 0.03 | 37.76 | 0.91 | 0.64 |
| Hex | F7 | B8 | 4D | 0 | 1A | 45 | 3 | 26 | 5B | 40 |
| Octal | 367 | 270 | 115 | 0 | 32 | 105 | 3 | 46 | 133 | 100 |
| Binary | 11110111 | 10111000 | 1001101 | 0 | 11010 | 1000101 | 11 | 100110 | 1011011 | 1000000 |
Color Harmonies of #F7B84D
Complementary color
Monochromatic Colors of #F7B84D
Black with #F7B84D
Text Example
Text Example
White with #F7B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B84D; }
p { color: rgb(247,184,77); }
H1.HeaderClassName
{
color: #F7B84D;
}
.AnyTagClassName
{
color: #F7B84D;
}
</style>
background-color css
<style>
a { background-color: #F7B84D; }
a { background-color: rgb(247,184,77); }
div.DivClassName
{
background-color: #F7B84D;
}
.BgClassName
{
background-color: #F7B84D;
}
</style>
border-color css
<style>
span { border-color: #F7B84D; }
span { border-color: rgb(247,184,77); }
td.TdClassName
{
border-color: #F7B84D;
}
.TagClassName
{
border-color: #F7B84D;
}
</style>