Shades of Koromiko #F9B953
Tints of Koromiko #F9B953
RGB
CMYK
RGB Variations
Color information
#F9B953 (or 0xF9B953) is known color: Koromiko. HEX triplet: F9, B9 and 53. RGB value is (249,185,83). Sum of RGB (Red+Green+Blue) = 249+185+83=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B953 is #0646AC. Grayscale: #C0C0C0. Windows color (decimal): -411309 or 5487097. OLE color: 5487097.
HSL color Cylindrical-coordinate representation of color #F9B953: hue angle of 36.87º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9B953 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 83 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.02 |
| HSL | 36.87º | 0.93% | 0.65% | - |
| HSV(B) | 36.87º | 0.67% | 0.98% | - |
| XYZ | 57.98 | 55.46 | 15.83 | - |
| YUV | 192.51 | 66.2 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 83 | 0 | 0.26 | 0.67 | 0.02 | 36.87 | 0.93 | 0.65 |
| Hex | F9 | B9 | 53 | 0 | 1A | 43 | 2 | 25 | 5D | 41 |
| Octal | 371 | 271 | 123 | 0 | 32 | 103 | 2 | 45 | 135 | 101 |
| Binary | 11111001 | 10111001 | 1010011 | 0 | 11010 | 1000011 | 10 | 100101 | 1011101 | 1000001 |
Color Harmonies of #F9B953
Complementary color
Monochromatic Colors of #F9B953
Black with #F9B953
Text Example
Text Example
White with #F9B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B953; }
p { color: rgb(249,185,83); }
H1.HeaderClassName
{
color: #F9B953;
}
.AnyTagClassName
{
color: #F9B953;
}
</style>
background-color css
<style>
a { background-color: #F9B953; }
a { background-color: rgb(249,185,83); }
div.DivClassName
{
background-color: #F9B953;
}
.BgClassName
{
background-color: #F9B953;
}
</style>
border-color css
<style>
span { border-color: #F9B953; }
span { border-color: rgb(249,185,83); }
td.TdClassName
{
border-color: #F9B953;
}
.TagClassName
{
border-color: #F9B953;
}
</style>