Shades of Koromiko #FAB653
Tints of Koromiko #FAB653
RGB
CMYK
RGB Variations
Color information
#FAB653 (or 0xFAB653) is known color: Koromiko. HEX triplet: FA, B6 and 53. RGB value is (250,182,83). Sum of RGB (Red+Green+Blue) = 250+182+83=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB653 is #0549AC. Grayscale: #BFBFBF. Windows color (decimal): -346541 or 5486330. OLE color: 5486330.
HSL color Cylindrical-coordinate representation of color #FAB653: hue angle of 35.57º 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 #FAB653 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 83 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.02 |
| HSL | 35.57º | 0.94% | 0.65% | - |
| HSV(B) | 35.57º | 0.67% | 0.98% | - |
| XYZ | 57.71 | 54.4 | 15.64 | - |
| YUV | 191.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 83 | 0 | 0.27 | 0.67 | 0.02 | 35.57 | 0.94 | 0.65 |
| Hex | FA | B6 | 53 | 0 | 1B | 43 | 2 | 24 | 5E | 41 |
| Octal | 372 | 266 | 123 | 0 | 33 | 103 | 2 | 44 | 136 | 101 |
| Binary | 11111010 | 10110110 | 1010011 | 0 | 11011 | 1000011 | 10 | 100100 | 1011110 | 1000001 |
Color Harmonies of #FAB653
Complementary color
Monochromatic Colors of #FAB653
Black with #FAB653
Text Example
Text Example
White with #FAB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB653; }
p { color: rgb(250,182,83); }
H1.HeaderClassName
{
color: #FAB653;
}
.AnyTagClassName
{
color: #FAB653;
}
</style>
background-color css
<style>
a { background-color: #FAB653; }
a { background-color: rgb(250,182,83); }
div.DivClassName
{
background-color: #FAB653;
}
.BgClassName
{
background-color: #FAB653;
}
</style>
border-color css
<style>
span { border-color: #FAB653; }
span { border-color: rgb(250,182,83); }
td.TdClassName
{
border-color: #FAB653;
}
.TagClassName
{
border-color: #FAB653;
}
</style>