Shades of Koromiko #FABA5B
Tints of Koromiko #FABA5B
RGB
CMYK
RGB Variations
Color information
#FABA5B (or 0xFABA5B) is known color: Koromiko. HEX triplet: FA, BA and 5B. RGB value is (250,186,91). Sum of RGB (Red+Green+Blue) = 250+186+91=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA5B is #0545A4. Grayscale: #C2C2C2. Windows color (decimal): -345509 or 6011642. OLE color: 6011642.
HSL color Cylindrical-coordinate representation of color #FABA5B: hue angle of 35.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FABA5B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.02 |
| HSL | 35.85º | 0.94% | 0.67% | - |
| HSV(B) | 35.85º | 0.64% | 0.98% | - |
| XYZ | 58.87 | 56.2 | 17.64 | - |
| YUV | 194.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 91 | 0 | 0.26 | 0.64 | 0.02 | 35.85 | 0.94 | 0.67 |
| Hex | FA | BA | 5B | 0 | 1A | 40 | 2 | 24 | 5E | 43 |
| Octal | 372 | 272 | 133 | 0 | 32 | 100 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111010 | 1011011 | 0 | 11010 | 1000000 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABA5B
Complementary color
Monochromatic Colors of #FABA5B
Black with #FABA5B
Text Example
Text Example
White with #FABA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA5B; }
p { color: rgb(250,186,91); }
H1.HeaderClassName
{
color: #FABA5B;
}
.AnyTagClassName
{
color: #FABA5B;
}
</style>
background-color css
<style>
a { background-color: #FABA5B; }
a { background-color: rgb(250,186,91); }
div.DivClassName
{
background-color: #FABA5B;
}
.BgClassName
{
background-color: #FABA5B;
}
</style>
border-color css
<style>
span { border-color: #FABA5B; }
span { border-color: rgb(250,186,91); }
td.TdClassName
{
border-color: #FABA5B;
}
.TagClassName
{
border-color: #FABA5B;
}
</style>