Shades of Koromiko #FAB955
Tints of Koromiko #FAB955
RGB
CMYK
RGB Variations
Color information
#FAB955 (or 0xFAB955) is known color: Koromiko. HEX triplet: FA, B9 and 55. RGB value is (250,185,85). Sum of RGB (Red+Green+Blue) = 250+185+85=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB955 is #0546AA. Grayscale: #C1C1C1. Windows color (decimal): -345771 or 5618170. OLE color: 5618170.
HSL color Cylindrical-coordinate representation of color #FAB955: hue angle of 36.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAB955 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 85 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.02 |
| HSL | 36.36º | 0.94% | 0.66% | - |
| HSV(B) | 36.36º | 0.66% | 0.98% | - |
| XYZ | 58.41 | 55.68 | 16.26 | - |
| YUV | 193.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 85 | 0 | 0.26 | 0.66 | 0.02 | 36.36 | 0.94 | 0.66 |
| Hex | FA | B9 | 55 | 0 | 1A | 42 | 2 | 24 | 5E | 42 |
| Octal | 372 | 271 | 125 | 0 | 32 | 102 | 2 | 44 | 136 | 102 |
| Binary | 11111010 | 10111001 | 1010101 | 0 | 11010 | 1000010 | 10 | 100100 | 1011110 | 1000010 |
Color Harmonies of #FAB955
Complementary color
Monochromatic Colors of #FAB955
Black with #FAB955
Text Example
Text Example
White with #FAB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB955; }
p { color: rgb(250,185,85); }
H1.HeaderClassName
{
color: #FAB955;
}
.AnyTagClassName
{
color: #FAB955;
}
</style>
background-color css
<style>
a { background-color: #FAB955; }
a { background-color: rgb(250,185,85); }
div.DivClassName
{
background-color: #FAB955;
}
.BgClassName
{
background-color: #FAB955;
}
</style>
border-color css
<style>
span { border-color: #FAB955; }
span { border-color: rgb(250,185,85); }
td.TdClassName
{
border-color: #FAB955;
}
.TagClassName
{
border-color: #FAB955;
}
</style>