Shades of Koromiko #FAB950
Tints of Koromiko #FAB950
RGB
CMYK
RGB Variations
Color information
#FAB950 (or 0xFAB950) is known color: Koromiko. HEX triplet: FA, B9 and 50. RGB value is (250,185,80). Sum of RGB (Red+Green+Blue) = 250+185+80=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB950 is #0546AF. Grayscale: #C0C0C0. Windows color (decimal): -345776 or 5290490. OLE color: 5290490.
HSL color Cylindrical-coordinate representation of color #FAB950: hue angle of 37.06º 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 #FAB950 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 80 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.02 |
| HSL | 37.06º | 0.94% | 0.65% | - |
| HSV(B) | 37.06º | 0.68% | 0.98% | - |
| XYZ | 58.22 | 55.6 | 15.25 | - |
| YUV | 192.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 80 | 0 | 0.26 | 0.68 | 0.02 | 37.06 | 0.94 | 0.65 |
| Hex | FA | B9 | 50 | 0 | 1A | 44 | 2 | 25 | 5E | 41 |
| Octal | 372 | 271 | 120 | 0 | 32 | 104 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111001 | 1010000 | 0 | 11010 | 1000100 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FAB950
Complementary color
Monochromatic Colors of #FAB950
Black with #FAB950
Text Example
Text Example
White with #FAB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB950; }
p { color: rgb(250,185,80); }
H1.HeaderClassName
{
color: #FAB950;
}
.AnyTagClassName
{
color: #FAB950;
}
</style>
background-color css
<style>
a { background-color: #FAB950; }
a { background-color: rgb(250,185,80); }
div.DivClassName
{
background-color: #FAB950;
}
.BgClassName
{
background-color: #FAB950;
}
</style>
border-color css
<style>
span { border-color: #FAB950; }
span { border-color: rgb(250,185,80); }
td.TdClassName
{
border-color: #FAB950;
}
.TagClassName
{
border-color: #FAB950;
}
</style>