Shades of Koromiko #F9B950
Tints of Koromiko #F9B950
RGB
CMYK
RGB Variations
Color information
#F9B950 (or 0xF9B950) is known color: Koromiko. HEX triplet: F9, B9 and 50. RGB value is (249,185,80). Sum of RGB (Red+Green+Blue) = 249+185+80=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B950 is #0646AF. Grayscale: #C0C0C0. Windows color (decimal): -411312 or 5290489. OLE color: 5290489.
HSL color Cylindrical-coordinate representation of color #F9B950: hue angle of 37.28º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9B950 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 80 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.02 |
| HSL | 37.28º | 0.93% | 0.65% | - |
| HSV(B) | 37.28º | 0.68% | 0.98% | - |
| XYZ | 57.86 | 55.42 | 15.24 | - |
| YUV | 192.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 80 | 0 | 0.26 | 0.68 | 0.02 | 37.28 | 0.93 | 0.65 |
| Hex | F9 | B9 | 50 | 0 | 1A | 44 | 2 | 25 | 5D | 41 |
| Octal | 371 | 271 | 120 | 0 | 32 | 104 | 2 | 45 | 135 | 101 |
| Binary | 11111001 | 10111001 | 1010000 | 0 | 11010 | 1000100 | 10 | 100101 | 1011101 | 1000001 |
Color Harmonies of #F9B950
Complementary color
Monochromatic Colors of #F9B950
Black with #F9B950
Text Example
Text Example
White with #F9B950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B950; }
p { color: rgb(249,185,80); }
H1.HeaderClassName
{
color: #F9B950;
}
.AnyTagClassName
{
color: #F9B950;
}
</style>
background-color css
<style>
a { background-color: #F9B950; }
a { background-color: rgb(249,185,80); }
div.DivClassName
{
background-color: #F9B950;
}
.BgClassName
{
background-color: #F9B950;
}
</style>
border-color css
<style>
span { border-color: #F9B950; }
span { border-color: rgb(249,185,80); }
td.TdClassName
{
border-color: #F9B950;
}
.TagClassName
{
border-color: #F9B950;
}
</style>