Shades of Koromiko #FAB958
Tints of Koromiko #FAB958
RGB
CMYK
RGB Variations
Color information
#FAB958 (or 0xFAB958) is known color: Koromiko. HEX triplet: FA, B9 and 58. RGB value is (250,185,88). Sum of RGB (Red+Green+Blue) = 250+185+88=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB958 is #0546A7. Grayscale: #C1C1C1. Windows color (decimal): -345768 or 5814778. OLE color: 5814778.
HSL color Cylindrical-coordinate representation of color #FAB958: hue angle of 35.93º 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 #FAB958 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 88 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.02 |
| HSL | 35.93º | 0.94% | 0.66% | - |
| HSV(B) | 35.93º | 0.65% | 0.98% | - |
| XYZ | 58.53 | 55.73 | 16.9 | - |
| YUV | 193.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 88 | 0 | 0.26 | 0.65 | 0.02 | 35.93 | 0.94 | 0.66 |
| Hex | FA | B9 | 58 | 0 | 1A | 41 | 2 | 24 | 5E | 42 |
| Octal | 372 | 271 | 130 | 0 | 32 | 101 | 2 | 44 | 136 | 102 |
| Binary | 11111010 | 10111001 | 1011000 | 0 | 11010 | 1000001 | 10 | 100100 | 1011110 | 1000010 |
Color Harmonies of #FAB958
Complementary color
Monochromatic Colors of #FAB958
Black with #FAB958
Text Example
Text Example
White with #FAB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB958; }
p { color: rgb(250,185,88); }
H1.HeaderClassName
{
color: #FAB958;
}
.AnyTagClassName
{
color: #FAB958;
}
</style>
background-color css
<style>
a { background-color: #FAB958; }
a { background-color: rgb(250,185,88); }
div.DivClassName
{
background-color: #FAB958;
}
.BgClassName
{
background-color: #FAB958;
}
</style>
border-color css
<style>
span { border-color: #FAB958; }
span { border-color: rgb(250,185,88); }
td.TdClassName
{
border-color: #FAB958;
}
.TagClassName
{
border-color: #FAB958;
}
</style>