Shades of Koromiko #FAB951
Tints of Koromiko #FAB951
RGB
CMYK
RGB Variations
Color information
#FAB951 (or 0xFAB951) is known color: Koromiko. HEX triplet: FA, B9 and 51. RGB value is (250,185,81). Sum of RGB (Red+Green+Blue) = 250+185+81=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB951 is #0546AE. Grayscale: #C1C1C1. Windows color (decimal): -345775 or 5356026. OLE color: 5356026.
HSL color Cylindrical-coordinate representation of color #FAB951: hue angle of 36.92º degrees, saturation: 0.94, 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 #FAB951 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.02 |
| HSL | 36.92º | 0.94% | 0.65% | - |
| HSV(B) | 36.92º | 0.68% | 0.98% | - |
| XYZ | 58.26 | 55.62 | 15.45 | - |
| YUV | 192.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 81 | 0 | 0.26 | 0.68 | 0.02 | 36.92 | 0.94 | 0.65 |
| Hex | FA | B9 | 51 | 0 | 1A | 44 | 2 | 25 | 5E | 41 |
| Octal | 372 | 271 | 121 | 0 | 32 | 104 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111001 | 1010001 | 0 | 11010 | 1000100 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FAB951
Complementary color
Monochromatic Colors of #FAB951
Black with #FAB951
Text Example
Text Example
White with #FAB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB951; }
p { color: rgb(250,185,81); }
H1.HeaderClassName
{
color: #FAB951;
}
.AnyTagClassName
{
color: #FAB951;
}
</style>
background-color css
<style>
a { background-color: #FAB951; }
a { background-color: rgb(250,185,81); }
div.DivClassName
{
background-color: #FAB951;
}
.BgClassName
{
background-color: #FAB951;
}
</style>
border-color css
<style>
span { border-color: #FAB951; }
span { border-color: rgb(250,185,81); }
td.TdClassName
{
border-color: #FAB951;
}
.TagClassName
{
border-color: #FAB951;
}
</style>