Shades of Koromiko #FABA5C
Tints of Koromiko #FABA5C
RGB
CMYK
RGB Variations
Color information
#FABA5C (or 0xFABA5C) is known color: Koromiko. HEX triplet: FA, BA and 5C. RGB value is (250,186,92). Sum of RGB (Red+Green+Blue) = 250+186+92=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA5C is #0545A3. Grayscale: #C2C2C2. Windows color (decimal): -345508 or 6077178. OLE color: 6077178.
HSL color Cylindrical-coordinate representation of color #FABA5C: hue angle of 35.7º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FABA5C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 92 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.02 |
| HSL | 35.7º | 0.94% | 0.67% | - |
| HSV(B) | 35.7º | 0.63% | 0.98% | - |
| XYZ | 58.92 | 56.21 | 17.87 | - |
| YUV | 194.42 | 70.2 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 92 | 0 | 0.26 | 0.63 | 0.02 | 35.7 | 0.94 | 0.67 |
| Hex | FA | BA | 5C | 0 | 1A | 3F | 2 | 24 | 5E | 43 |
| Octal | 372 | 272 | 134 | 0 | 32 | 77 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111010 | 1011100 | 0 | 11010 | 111111 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABA5C
Complementary color
Monochromatic Colors of #FABA5C
Black with #FABA5C
Text Example
Text Example
White with #FABA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA5C; }
p { color: rgb(250,186,92); }
H1.HeaderClassName
{
color: #FABA5C;
}
.AnyTagClassName
{
color: #FABA5C;
}
</style>
background-color css
<style>
a { background-color: #FABA5C; }
a { background-color: rgb(250,186,92); }
div.DivClassName
{
background-color: #FABA5C;
}
.BgClassName
{
background-color: #FABA5C;
}
</style>
border-color css
<style>
span { border-color: #FABA5C; }
span { border-color: rgb(250,186,92); }
td.TdClassName
{
border-color: #FABA5C;
}
.TagClassName
{
border-color: #FABA5C;
}
</style>