Shades of Koromiko #F9B858
Tints of Koromiko #F9B858
RGB
CMYK
RGB Variations
Color information
#F9B858 (or 0xF9B858) is known color: Koromiko. HEX triplet: F9, B8 and 58. RGB value is (249,184,88). Sum of RGB (Red+Green+Blue) = 249+184+88=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B858 is #0647A7. Grayscale: #C0C0C0. Windows color (decimal): -411560 or 5814521. OLE color: 5814521.
HSL color Cylindrical-coordinate representation of color #F9B858: hue angle of 35.78º 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 #F9B858 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 88 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.02 |
| HSL | 35.78º | 0.93% | 0.66% | - |
| HSV(B) | 35.78º | 0.65% | 0.98% | - |
| XYZ | 57.97 | 55.13 | 16.82 | - |
| YUV | 192.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 88 | 0 | 0.26 | 0.65 | 0.02 | 35.78 | 0.93 | 0.66 |
| Hex | F9 | B8 | 58 | 0 | 1A | 41 | 2 | 24 | 5D | 42 |
| Octal | 371 | 270 | 130 | 0 | 32 | 101 | 2 | 44 | 135 | 102 |
| Binary | 11111001 | 10111000 | 1011000 | 0 | 11010 | 1000001 | 10 | 100100 | 1011101 | 1000010 |
Color Harmonies of #F9B858
Complementary color
Monochromatic Colors of #F9B858
Black with #F9B858
Text Example
Text Example
White with #F9B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B858; }
p { color: rgb(249,184,88); }
H1.HeaderClassName
{
color: #F9B858;
}
.AnyTagClassName
{
color: #F9B858;
}
</style>
background-color css
<style>
a { background-color: #F9B858; }
a { background-color: rgb(249,184,88); }
div.DivClassName
{
background-color: #F9B858;
}
.BgClassName
{
background-color: #F9B858;
}
</style>
border-color css
<style>
span { border-color: #F9B858; }
span { border-color: rgb(249,184,88); }
td.TdClassName
{
border-color: #F9B858;
}
.TagClassName
{
border-color: #F9B858;
}
</style>