Shades of Koromiko #F7B84C
Tints of Koromiko #F7B84C
RGB
CMYK
RGB Variations
Color information
#F7B84C (or 0xF7B84C) is known color: Koromiko. HEX triplet: F7, B8 and 4C. RGB value is (247,184,76). Sum of RGB (Red+Green+Blue) = 247+184+76=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B84C is #0847B3. Grayscale: #BFBFBF. Windows color (decimal): -542644 or 5028087. OLE color: 5028087.
HSL color Cylindrical-coordinate representation of color #F7B84C: hue angle of 37.89º 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 #F7B84C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 76 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.03 |
| HSL | 37.89º | 0.91% | 0.63% | - |
| HSV(B) | 37.89º | 0.69% | 0.97% | - |
| XYZ | 56.8 | 54.58 | 14.38 | - |
| YUV | 190.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 76 | 0 | 0.26 | 0.69 | 0.03 | 37.89 | 0.91 | 0.63 |
| Hex | F7 | B8 | 4C | 0 | 1A | 45 | 3 | 26 | 5B | 3F |
| Octal | 367 | 270 | 114 | 0 | 32 | 105 | 3 | 46 | 133 | 77 |
| Binary | 11110111 | 10111000 | 1001100 | 0 | 11010 | 1000101 | 11 | 100110 | 1011011 | 111111 |
Color Harmonies of #F7B84C
Complementary color
Monochromatic Colors of #F7B84C
Black with #F7B84C
Text Example
Text Example
White with #F7B84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B84C; }
p { color: rgb(247,184,76); }
H1.HeaderClassName
{
color: #F7B84C;
}
.AnyTagClassName
{
color: #F7B84C;
}
</style>
background-color css
<style>
a { background-color: #F7B84C; }
a { background-color: rgb(247,184,76); }
div.DivClassName
{
background-color: #F7B84C;
}
.BgClassName
{
background-color: #F7B84C;
}
</style>
border-color css
<style>
span { border-color: #F7B84C; }
span { border-color: rgb(247,184,76); }
td.TdClassName
{
border-color: #F7B84C;
}
.TagClassName
{
border-color: #F7B84C;
}
</style>