Shades of Koromiko #F9B855
Tints of Koromiko #F9B855
RGB
CMYK
RGB Variations
Color information
#F9B855 (or 0xF9B855) is known color: Koromiko. HEX triplet: F9, B8 and 55. RGB value is (249,184,85). Sum of RGB (Red+Green+Blue) = 249+184+85=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B855 is #0647AA. Grayscale: #C0C0C0. Windows color (decimal): -411563 or 5617913. OLE color: 5617913.
HSL color Cylindrical-coordinate representation of color #F9B855: hue angle of 36.22º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9B855 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 85 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.02 |
| HSL | 36.22º | 0.93% | 0.65% | - |
| HSV(B) | 36.22º | 0.66% | 0.98% | - |
| XYZ | 57.85 | 55.08 | 16.18 | - |
| YUV | 192.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 85 | 0 | 0.26 | 0.66 | 0.02 | 36.22 | 0.93 | 0.65 |
| Hex | F9 | B8 | 55 | 0 | 1A | 42 | 2 | 24 | 5D | 41 |
| Octal | 371 | 270 | 125 | 0 | 32 | 102 | 2 | 44 | 135 | 101 |
| Binary | 11111001 | 10111000 | 1010101 | 0 | 11010 | 1000010 | 10 | 100100 | 1011101 | 1000001 |
Color Harmonies of #F9B855
Complementary color
Monochromatic Colors of #F9B855
Black with #F9B855
Text Example
Text Example
White with #F9B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B855; }
p { color: rgb(249,184,85); }
H1.HeaderClassName
{
color: #F9B855;
}
.AnyTagClassName
{
color: #F9B855;
}
</style>
background-color css
<style>
a { background-color: #F9B855; }
a { background-color: rgb(249,184,85); }
div.DivClassName
{
background-color: #F9B855;
}
.BgClassName
{
background-color: #F9B855;
}
</style>
border-color css
<style>
span { border-color: #F9B855; }
span { border-color: rgb(249,184,85); }
td.TdClassName
{
border-color: #F9B855;
}
.TagClassName
{
border-color: #F9B855;
}
</style>