Shades of Koromiko #F9BA4D
Tints of Koromiko #F9BA4D
RGB
CMYK
RGB Variations
Color information
#F9BA4D (or 0xF9BA4D) is known color: Koromiko. HEX triplet: F9, BA and 4D. RGB value is (249,186,77). Sum of RGB (Red+Green+Blue) = 249+186+77=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA4D is #0645B2. Grayscale: #C0C0C0. Windows color (decimal): -411059 or 5094137. OLE color: 5094137.
HSL color Cylindrical-coordinate representation of color #F9BA4D: hue angle of 38.02º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9BA4D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.02 |
| HSL | 38.02º | 0.93% | 0.64% | - |
| HSV(B) | 38.02º | 0.69% | 0.98% | - |
| XYZ | 57.97 | 55.79 | 14.74 | - |
| YUV | 192.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 77 | 0 | 0.25 | 0.69 | 0.02 | 38.02 | 0.93 | 0.64 |
| Hex | F9 | BA | 4D | 0 | 19 | 45 | 2 | 26 | 5D | 40 |
| Octal | 371 | 272 | 115 | 0 | 31 | 105 | 2 | 46 | 135 | 100 |
| Binary | 11111001 | 10111010 | 1001101 | 0 | 11001 | 1000101 | 10 | 100110 | 1011101 | 1000000 |
Color Harmonies of #F9BA4D
Complementary color
Monochromatic Colors of #F9BA4D
Black with #F9BA4D
Text Example
Text Example
White with #F9BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA4D; }
p { color: rgb(249,186,77); }
H1.HeaderClassName
{
color: #F9BA4D;
}
.AnyTagClassName
{
color: #F9BA4D;
}
</style>
background-color css
<style>
a { background-color: #F9BA4D; }
a { background-color: rgb(249,186,77); }
div.DivClassName
{
background-color: #F9BA4D;
}
.BgClassName
{
background-color: #F9BA4D;
}
</style>
border-color css
<style>
span { border-color: #F9BA4D; }
span { border-color: rgb(249,186,77); }
td.TdClassName
{
border-color: #F9BA4D;
}
.TagClassName
{
border-color: #F9BA4D;
}
</style>