Shades of Koromiko #FABA4C
Tints of Koromiko #FABA4C
RGB
CMYK
RGB Variations
Color information
#FABA4C (or 0xFABA4C) is known color: Koromiko. HEX triplet: FA, BA and 4C. RGB value is (250,186,76). Sum of RGB (Red+Green+Blue) = 250+186+76=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA4C is #0545B3. Grayscale: #C1C1C1. Windows color (decimal): -345524 or 5028602. OLE color: 5028602.
HSL color Cylindrical-coordinate representation of color #FABA4C: hue angle of 37.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FABA4C is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 76 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.02 |
| HSL | 37.93º | 0.95% | 0.64% | - |
| HSV(B) | 37.93º | 0.7% | 0.98% | - |
| XYZ | 58.29 | 55.96 | 14.57 | - |
| YUV | 192.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 76 | 0 | 0.26 | 0.70 | 0.02 | 37.93 | 0.95 | 0.64 |
| Hex | FA | BA | 4C | 0 | 1A | 46 | 2 | 26 | 5F | 40 |
| Octal | 372 | 272 | 114 | 0 | 32 | 106 | 2 | 46 | 137 | 100 |
| Binary | 11111010 | 10111010 | 1001100 | 0 | 11010 | 1000110 | 10 | 100110 | 1011111 | 1000000 |
Color Harmonies of #FABA4C
Complementary color
Monochromatic Colors of #FABA4C
Black with #FABA4C
Text Example
Text Example
White with #FABA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA4C; }
p { color: rgb(250,186,76); }
H1.HeaderClassName
{
color: #FABA4C;
}
.AnyTagClassName
{
color: #FABA4C;
}
</style>
background-color css
<style>
a { background-color: #FABA4C; }
a { background-color: rgb(250,186,76); }
div.DivClassName
{
background-color: #FABA4C;
}
.BgClassName
{
background-color: #FABA4C;
}
</style>
border-color css
<style>
span { border-color: #FABA4C; }
span { border-color: rgb(250,186,76); }
td.TdClassName
{
border-color: #FABA4C;
}
.TagClassName
{
border-color: #FABA4C;
}
</style>