Shades of Koromiko #FAB953
Tints of Koromiko #FAB953
RGB
CMYK
RGB Variations
Color information
#FAB953 (or 0xFAB953) is known color: Koromiko. HEX triplet: FA, B9 and 53. RGB value is (250,185,83). Sum of RGB (Red+Green+Blue) = 250+185+83=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB953 is #0546AC. Grayscale: #C1C1C1. Windows color (decimal): -345773 or 5487098. OLE color: 5487098.
HSL color Cylindrical-coordinate representation of color #FAB953: hue angle of 36.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAB953 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 83 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.02 |
| HSL | 36.65º | 0.94% | 0.65% | - |
| HSV(B) | 36.65º | 0.67% | 0.98% | - |
| XYZ | 58.33 | 55.65 | 15.85 | - |
| YUV | 192.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 83 | 0 | 0.26 | 0.67 | 0.02 | 36.65 | 0.94 | 0.65 |
| Hex | FA | B9 | 53 | 0 | 1A | 43 | 2 | 25 | 5E | 41 |
| Octal | 372 | 271 | 123 | 0 | 32 | 103 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111001 | 1010011 | 0 | 11010 | 1000011 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FAB953
Complementary color
Monochromatic Colors of #FAB953
Black with #FAB953
Text Example
Text Example
White with #FAB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB953; }
p { color: rgb(250,185,83); }
H1.HeaderClassName
{
color: #FAB953;
}
.AnyTagClassName
{
color: #FAB953;
}
</style>
background-color css
<style>
a { background-color: #FAB953; }
a { background-color: rgb(250,185,83); }
div.DivClassName
{
background-color: #FAB953;
}
.BgClassName
{
background-color: #FAB953;
}
</style>
border-color css
<style>
span { border-color: #FAB953; }
span { border-color: rgb(250,185,83); }
td.TdClassName
{
border-color: #FAB953;
}
.TagClassName
{
border-color: #FAB953;
}
</style>