Shades of Koromiko #FAB655
Tints of Koromiko #FAB655
RGB
CMYK
RGB Variations
Color information
#FAB655 (or 0xFAB655) is known color: Koromiko. HEX triplet: FA, B6 and 55. RGB value is (250,182,85). Sum of RGB (Red+Green+Blue) = 250+182+85=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB655 is #0549AA. Grayscale: #BFBFBF. Windows color (decimal): -346539 or 5617402. OLE color: 5617402.
HSL color Cylindrical-coordinate representation of color #FAB655: hue angle of 35.27º 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 #FAB655 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 85 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.02 |
| HSL | 35.27º | 0.94% | 0.66% | - |
| HSV(B) | 35.27º | 0.66% | 0.98% | - |
| XYZ | 57.79 | 54.44 | 16.06 | - |
| YUV | 191.27 | 68.03 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 85 | 0 | 0.27 | 0.66 | 0.02 | 35.27 | 0.94 | 0.66 |
| Hex | FA | B6 | 55 | 0 | 1B | 42 | 2 | 23 | 5E | 42 |
| Octal | 372 | 266 | 125 | 0 | 33 | 102 | 2 | 43 | 136 | 102 |
| Binary | 11111010 | 10110110 | 1010101 | 0 | 11011 | 1000010 | 10 | 100011 | 1011110 | 1000010 |
Color Harmonies of #FAB655
Complementary color
Monochromatic Colors of #FAB655
Black with #FAB655
Text Example
Text Example
White with #FAB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB655; }
p { color: rgb(250,182,85); }
H1.HeaderClassName
{
color: #FAB655;
}
.AnyTagClassName
{
color: #FAB655;
}
</style>
background-color css
<style>
a { background-color: #FAB655; }
a { background-color: rgb(250,182,85); }
div.DivClassName
{
background-color: #FAB655;
}
.BgClassName
{
background-color: #FAB655;
}
</style>
border-color css
<style>
span { border-color: #FAB655; }
span { border-color: rgb(250,182,85); }
td.TdClassName
{
border-color: #FAB655;
}
.TagClassName
{
border-color: #FAB655;
}
</style>