Shades of Koromiko #FABB58
Tints of Koromiko #FABB58
RGB
CMYK
RGB Variations
Color information
#FABB58 (or 0xFABB58) is known color: Koromiko. HEX triplet: FA, BB and 58. RGB value is (250,187,88). Sum of RGB (Red+Green+Blue) = 250+187+88=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB58 is #0544A7. Grayscale: #C3C3C3. Windows color (decimal): -345256 or 5815290. OLE color: 5815290.
HSL color Cylindrical-coordinate representation of color #FABB58: hue angle of 36.67º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FABB58 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 88 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.02 |
| HSL | 36.67º | 0.94% | 0.66% | - |
| HSV(B) | 36.67º | 0.65% | 0.98% | - |
| XYZ | 58.96 | 56.57 | 17.04 | - |
| YUV | 194.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 88 | 0 | 0.25 | 0.65 | 0.02 | 36.67 | 0.94 | 0.66 |
| Hex | FA | BB | 58 | 0 | 19 | 41 | 2 | 25 | 5E | 42 |
| Octal | 372 | 273 | 130 | 0 | 31 | 101 | 2 | 45 | 136 | 102 |
| Binary | 11111010 | 10111011 | 1011000 | 0 | 11001 | 1000001 | 10 | 100101 | 1011110 | 1000010 |
Color Harmonies of #FABB58
Complementary color
Monochromatic Colors of #FABB58
Black with #FABB58
Text Example
Text Example
White with #FABB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB58; }
p { color: rgb(250,187,88); }
H1.HeaderClassName
{
color: #FABB58;
}
.AnyTagClassName
{
color: #FABB58;
}
</style>
background-color css
<style>
a { background-color: #FABB58; }
a { background-color: rgb(250,187,88); }
div.DivClassName
{
background-color: #FABB58;
}
.BgClassName
{
background-color: #FABB58;
}
</style>
border-color css
<style>
span { border-color: #FABB58; }
span { border-color: rgb(250,187,88); }
td.TdClassName
{
border-color: #FABB58;
}
.TagClassName
{
border-color: #FABB58;
}
</style>