Shades of Koromiko #FAB94D
Tints of Koromiko #FAB94D
RGB
CMYK
RGB Variations
Color information
#FAB94D (or 0xFAB94D) is known color: Koromiko. HEX triplet: FA, B9 and 4D. RGB value is (250,185,77). Sum of RGB (Red+Green+Blue) = 250+185+77=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB94D is #0546B2. Grayscale: #C0C0C0. Windows color (decimal): -345779 or 5093882. OLE color: 5093882.
HSL color Cylindrical-coordinate representation of color #FAB94D: hue angle of 37.46º degrees, saturation: 0.95, 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 #FAB94D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 77 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.02 |
| HSL | 37.46º | 0.95% | 0.64% | - |
| HSV(B) | 37.46º | 0.69% | 0.98% | - |
| XYZ | 58.11 | 55.56 | 14.68 | - |
| YUV | 192.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 77 | 0 | 0.26 | 0.69 | 0.02 | 37.46 | 0.95 | 0.64 |
| Hex | FA | B9 | 4D | 0 | 1A | 45 | 2 | 25 | 5F | 40 |
| Octal | 372 | 271 | 115 | 0 | 32 | 105 | 2 | 45 | 137 | 100 |
| Binary | 11111010 | 10111001 | 1001101 | 0 | 11010 | 1000101 | 10 | 100101 | 1011111 | 1000000 |
Color Harmonies of #FAB94D
Complementary color
Monochromatic Colors of #FAB94D
Black with #FAB94D
Text Example
Text Example
White with #FAB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB94D; }
p { color: rgb(250,185,77); }
H1.HeaderClassName
{
color: #FAB94D;
}
.AnyTagClassName
{
color: #FAB94D;
}
</style>
background-color css
<style>
a { background-color: #FAB94D; }
a { background-color: rgb(250,185,77); }
div.DivClassName
{
background-color: #FAB94D;
}
.BgClassName
{
background-color: #FAB94D;
}
</style>
border-color css
<style>
span { border-color: #FAB94D; }
span { border-color: rgb(250,185,77); }
td.TdClassName
{
border-color: #FAB94D;
}
.TagClassName
{
border-color: #FAB94D;
}
</style>