Shades of Koromiko #F9B957
Tints of Koromiko #F9B957
RGB
CMYK
RGB Variations
Color information
#F9B957 (or 0xF9B957) is known color: Koromiko. HEX triplet: F9, B9 and 57. RGB value is (249,185,87). Sum of RGB (Red+Green+Blue) = 249+185+87=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B957 is #0646A8. Grayscale: #C1C1C1. Windows color (decimal): -411305 or 5749241. OLE color: 5749241.
HSL color Cylindrical-coordinate representation of color #F9B957: hue angle of 36.3º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9B957 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 87 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.02 |
| HSL | 36.3º | 0.93% | 0.66% | - |
| HSV(B) | 36.3º | 0.65% | 0.98% | - |
| XYZ | 58.14 | 55.53 | 16.67 | - |
| YUV | 192.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 87 | 0 | 0.26 | 0.65 | 0.02 | 36.3 | 0.93 | 0.66 |
| Hex | F9 | B9 | 57 | 0 | 1A | 41 | 2 | 24 | 5D | 42 |
| Octal | 371 | 271 | 127 | 0 | 32 | 101 | 2 | 44 | 135 | 102 |
| Binary | 11111001 | 10111001 | 1010111 | 0 | 11010 | 1000001 | 10 | 100100 | 1011101 | 1000010 |
Color Harmonies of #F9B957
Complementary color
Monochromatic Colors of #F9B957
Black with #F9B957
Text Example
Text Example
White with #F9B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B957; }
p { color: rgb(249,185,87); }
H1.HeaderClassName
{
color: #F9B957;
}
.AnyTagClassName
{
color: #F9B957;
}
</style>
background-color css
<style>
a { background-color: #F9B957; }
a { background-color: rgb(249,185,87); }
div.DivClassName
{
background-color: #F9B957;
}
.BgClassName
{
background-color: #F9B957;
}
</style>
border-color css
<style>
span { border-color: #F9B957; }
span { border-color: rgb(249,185,87); }
td.TdClassName
{
border-color: #F9B957;
}
.TagClassName
{
border-color: #F9B957;
}
</style>