Shades of Koromiko #F9BA4B
Tints of Koromiko #F9BA4B
RGB
CMYK
RGB Variations
Color information
#F9BA4B (or 0xF9BA4B) is known color: Koromiko. HEX triplet: F9, BA and 4B. RGB value is (249,186,75). Sum of RGB (Red+Green+Blue) = 249+186+75=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA4B is #0645B4. Grayscale: #C0C0C0. Windows color (decimal): -411061 or 4963065. OLE color: 4963065.
HSL color Cylindrical-coordinate representation of color #F9BA4B: hue angle of 38.28º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9BA4B is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 75 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.02 |
| HSL | 38.28º | 0.94% | 0.64% | - |
| HSV(B) | 38.28º | 0.7% | 0.98% | - |
| XYZ | 57.9 | 55.77 | 14.37 | - |
| YUV | 192.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 75 | 0 | 0.25 | 0.70 | 0.02 | 38.28 | 0.94 | 0.64 |
| Hex | F9 | BA | 4B | 0 | 19 | 46 | 2 | 26 | 5E | 40 |
| Octal | 371 | 272 | 113 | 0 | 31 | 106 | 2 | 46 | 136 | 100 |
| Binary | 11111001 | 10111010 | 1001011 | 0 | 11001 | 1000110 | 10 | 100110 | 1011110 | 1000000 |
Color Harmonies of #F9BA4B
Complementary color
Monochromatic Colors of #F9BA4B
Black with #F9BA4B
Text Example
Text Example
White with #F9BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA4B; }
p { color: rgb(249,186,75); }
H1.HeaderClassName
{
color: #F9BA4B;
}
.AnyTagClassName
{
color: #F9BA4B;
}
</style>
background-color css
<style>
a { background-color: #F9BA4B; }
a { background-color: rgb(249,186,75); }
div.DivClassName
{
background-color: #F9BA4B;
}
.BgClassName
{
background-color: #F9BA4B;
}
</style>
border-color css
<style>
span { border-color: #F9BA4B; }
span { border-color: rgb(249,186,75); }
td.TdClassName
{
border-color: #F9BA4B;
}
.TagClassName
{
border-color: #F9BA4B;
}
</style>