Shades of Koromiko #FAB84E
Tints of Koromiko #FAB84E
RGB
CMYK
RGB Variations
Color information
#FAB84E (or 0xFAB84E) is known color: Koromiko. HEX triplet: FA, B8 and 4E. RGB value is (250,184,78). Sum of RGB (Red+Green+Blue) = 250+184+78=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB84E is #0547B1. Grayscale: #C0C0C0. Windows color (decimal): -346034 or 5159162. OLE color: 5159162.
HSL color Cylindrical-coordinate representation of color #FAB84E: hue angle of 36.98º 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 #FAB84E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 78 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.02 |
| HSL | 36.98º | 0.95% | 0.64% | - |
| HSV(B) | 36.98º | 0.69% | 0.98% | - |
| XYZ | 57.94 | 55.16 | 14.8 | - |
| YUV | 191.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 78 | 0 | 0.26 | 0.69 | 0.02 | 36.98 | 0.95 | 0.64 |
| Hex | FA | B8 | 4E | 0 | 1A | 45 | 2 | 25 | 5F | 40 |
| Octal | 372 | 270 | 116 | 0 | 32 | 105 | 2 | 45 | 137 | 100 |
| Binary | 11111010 | 10111000 | 1001110 | 0 | 11010 | 1000101 | 10 | 100101 | 1011111 | 1000000 |
Color Harmonies of #FAB84E
Complementary color
Monochromatic Colors of #FAB84E
Black with #FAB84E
Text Example
Text Example
White with #FAB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB84E; }
p { color: rgb(250,184,78); }
H1.HeaderClassName
{
color: #FAB84E;
}
.AnyTagClassName
{
color: #FAB84E;
}
</style>
background-color css
<style>
a { background-color: #FAB84E; }
a { background-color: rgb(250,184,78); }
div.DivClassName
{
background-color: #FAB84E;
}
.BgClassName
{
background-color: #FAB84E;
}
</style>
border-color css
<style>
span { border-color: #FAB84E; }
span { border-color: rgb(250,184,78); }
td.TdClassName
{
border-color: #FAB84E;
}
.TagClassName
{
border-color: #FAB84E;
}
</style>