Shades of Koromiko #FAB84D
Tints of Koromiko #FAB84D
RGB
CMYK
RGB Variations
Color information
#FAB84D (or 0xFAB84D) is known color: Koromiko. HEX triplet: FA, B8 and 4D. RGB value is (250,184,77). Sum of RGB (Red+Green+Blue) = 250+184+77=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB84D is #0547B2. Grayscale: #C0C0C0. Windows color (decimal): -346035 or 5093626. OLE color: 5093626.
HSL color Cylindrical-coordinate representation of color #FAB84D: hue angle of 37.11º 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 #FAB84D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 77 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.02 |
| HSL | 37.11º | 0.95% | 0.64% | - |
| HSV(B) | 37.11º | 0.69% | 0.98% | - |
| XYZ | 57.9 | 55.14 | 14.61 | - |
| YUV | 191.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 77 | 0 | 0.26 | 0.69 | 0.02 | 37.11 | 0.95 | 0.64 |
| Hex | FA | B8 | 4D | 0 | 1A | 45 | 2 | 25 | 5F | 40 |
| Octal | 372 | 270 | 115 | 0 | 32 | 105 | 2 | 45 | 137 | 100 |
| Binary | 11111010 | 10111000 | 1001101 | 0 | 11010 | 1000101 | 10 | 100101 | 1011111 | 1000000 |
Color Harmonies of #FAB84D
Complementary color
Monochromatic Colors of #FAB84D
Black with #FAB84D
Text Example
Text Example
White with #FAB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB84D; }
p { color: rgb(250,184,77); }
H1.HeaderClassName
{
color: #FAB84D;
}
.AnyTagClassName
{
color: #FAB84D;
}
</style>
background-color css
<style>
a { background-color: #FAB84D; }
a { background-color: rgb(250,184,77); }
div.DivClassName
{
background-color: #FAB84D;
}
.BgClassName
{
background-color: #FAB84D;
}
</style>
border-color css
<style>
span { border-color: #FAB84D; }
span { border-color: rgb(250,184,77); }
td.TdClassName
{
border-color: #FAB84D;
}
.TagClassName
{
border-color: #FAB84D;
}
</style>