Shades of Koromiko #FABB5D
Tints of Koromiko #FABB5D
RGB
CMYK
RGB Variations
Color information
#FABB5D (or 0xFABB5D) is known color: Koromiko. HEX triplet: FA, BB and 5D. RGB value is (250,187,93). Sum of RGB (Red+Green+Blue) = 250+187+93=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB5D is #0544A2. Grayscale: #C3C3C3. Windows color (decimal): -345251 or 6142970. OLE color: 6142970.
HSL color Cylindrical-coordinate representation of color #FABB5D: hue angle of 35.92º 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 #FABB5D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 93 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.02 |
| HSL | 35.92º | 0.94% | 0.67% | - |
| HSV(B) | 35.92º | 0.63% | 0.98% | - |
| XYZ | 59.17 | 56.65 | 18.17 | - |
| YUV | 195.12 | 70.37 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 93 | 0 | 0.25 | 0.63 | 0.02 | 35.92 | 0.94 | 0.67 |
| Hex | FA | BB | 5D | 0 | 19 | 3F | 2 | 24 | 5E | 43 |
| Octal | 372 | 273 | 135 | 0 | 31 | 77 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111011 | 1011101 | 0 | 11001 | 111111 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABB5D
Complementary color
Monochromatic Colors of #FABB5D
Black with #FABB5D
Text Example
Text Example
White with #FABB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB5D; }
p { color: rgb(250,187,93); }
H1.HeaderClassName
{
color: #FABB5D;
}
.AnyTagClassName
{
color: #FABB5D;
}
</style>
background-color css
<style>
a { background-color: #FABB5D; }
a { background-color: rgb(250,187,93); }
div.DivClassName
{
background-color: #FABB5D;
}
.BgClassName
{
background-color: #FABB5D;
}
</style>
border-color css
<style>
span { border-color: #FABB5D; }
span { border-color: rgb(250,187,93); }
td.TdClassName
{
border-color: #FABB5D;
}
.TagClassName
{
border-color: #FABB5D;
}
</style>