Shades of Koromiko #FABB5A
Tints of Koromiko #FABB5A
RGB
CMYK
RGB Variations
Color information
#FABB5A (or 0xFABB5A) is known color: Koromiko. HEX triplet: FA, BB and 5A. RGB value is (250,187,90). Sum of RGB (Red+Green+Blue) = 250+187+90=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB5A is #0544A5. Grayscale: #C3C3C3. Windows color (decimal): -345254 or 5946362. OLE color: 5946362.
HSL color Cylindrical-coordinate representation of color #FABB5A: hue angle of 36.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FABB5A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 90 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.02 |
| HSL | 36.38º | 0.94% | 0.67% | - |
| HSV(B) | 36.38º | 0.64% | 0.98% | - |
| XYZ | 59.04 | 56.6 | 17.49 | - |
| YUV | 194.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 90 | 0 | 0.25 | 0.64 | 0.02 | 36.38 | 0.94 | 0.67 |
| Hex | FA | BB | 5A | 0 | 19 | 40 | 2 | 24 | 5E | 43 |
| Octal | 372 | 273 | 132 | 0 | 31 | 100 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111011 | 1011010 | 0 | 11001 | 1000000 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABB5A
Complementary color
Monochromatic Colors of #FABB5A
Black with #FABB5A
Text Example
Text Example
White with #FABB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB5A; }
p { color: rgb(250,187,90); }
H1.HeaderClassName
{
color: #FABB5A;
}
.AnyTagClassName
{
color: #FABB5A;
}
</style>
background-color css
<style>
a { background-color: #FABB5A; }
a { background-color: rgb(250,187,90); }
div.DivClassName
{
background-color: #FABB5A;
}
.BgClassName
{
background-color: #FABB5A;
}
</style>
border-color css
<style>
span { border-color: #FABB5A; }
span { border-color: rgb(250,187,90); }
td.TdClassName
{
border-color: #FABB5A;
}
.TagClassName
{
border-color: #FABB5A;
}
</style>