Shades of Koromiko #FAB952
Tints of Koromiko #FAB952
RGB
CMYK
RGB Variations
Color information
#FAB952 (or 0xFAB952) is known color: Koromiko. HEX triplet: FA, B9 and 52. RGB value is (250,185,82). Sum of RGB (Red+Green+Blue) = 250+185+82=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB952 is #0546AD. Grayscale: #C1C1C1. Windows color (decimal): -345774 or 5421562. OLE color: 5421562.
HSL color Cylindrical-coordinate representation of color #FAB952: hue angle of 36.79º 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 #FAB952 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 82 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.02 |
| HSL | 36.79º | 0.94% | 0.65% | - |
| HSV(B) | 36.79º | 0.67% | 0.98% | - |
| XYZ | 58.3 | 55.63 | 15.65 | - |
| YUV | 192.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 82 | 0 | 0.26 | 0.67 | 0.02 | 36.79 | 0.94 | 0.65 |
| Hex | FA | B9 | 52 | 0 | 1A | 43 | 2 | 25 | 5E | 41 |
| Octal | 372 | 271 | 122 | 0 | 32 | 103 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111001 | 1010010 | 0 | 11010 | 1000011 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FAB952
Complementary color
Monochromatic Colors of #FAB952
Black with #FAB952
Text Example
Text Example
White with #FAB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB952; }
p { color: rgb(250,185,82); }
H1.HeaderClassName
{
color: #FAB952;
}
.AnyTagClassName
{
color: #FAB952;
}
</style>
background-color css
<style>
a { background-color: #FAB952; }
a { background-color: rgb(250,185,82); }
div.DivClassName
{
background-color: #FAB952;
}
.BgClassName
{
background-color: #FAB952;
}
</style>
border-color css
<style>
span { border-color: #FAB952; }
span { border-color: rgb(250,185,82); }
td.TdClassName
{
border-color: #FAB952;
}
.TagClassName
{
border-color: #FAB952;
}
</style>