Shades of Koromiko #FABB5C
Tints of Koromiko #FABB5C
RGB
CMYK
RGB Variations
Color information
#FABB5C (or 0xFABB5C) is known color: Koromiko. HEX triplet: FA, BB and 5C. RGB value is (250,187,92). Sum of RGB (Red+Green+Blue) = 250+187+92=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB5C is #0544A3. Grayscale: #C3C3C3. Windows color (decimal): -345252 or 6077434. OLE color: 6077434.
HSL color Cylindrical-coordinate representation of color #FABB5C: hue angle of 36.08º 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 #FABB5C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 92 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.02 |
| HSL | 36.08º | 0.94% | 0.67% | - |
| HSV(B) | 36.08º | 0.63% | 0.98% | - |
| XYZ | 59.13 | 56.64 | 17.94 | - |
| YUV | 195.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 92 | 0 | 0.25 | 0.63 | 0.02 | 36.08 | 0.94 | 0.67 |
| Hex | FA | BB | 5C | 0 | 19 | 3F | 2 | 24 | 5E | 43 |
| Octal | 372 | 273 | 134 | 0 | 31 | 77 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111011 | 1011100 | 0 | 11001 | 111111 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABB5C
Complementary color
Monochromatic Colors of #FABB5C
Black with #FABB5C
Text Example
Text Example
White with #FABB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB5C; }
p { color: rgb(250,187,92); }
H1.HeaderClassName
{
color: #FABB5C;
}
.AnyTagClassName
{
color: #FABB5C;
}
</style>
background-color css
<style>
a { background-color: #FABB5C; }
a { background-color: rgb(250,187,92); }
div.DivClassName
{
background-color: #FABB5C;
}
.BgClassName
{
background-color: #FABB5C;
}
</style>
border-color css
<style>
span { border-color: #FABB5C; }
span { border-color: rgb(250,187,92); }
td.TdClassName
{
border-color: #FABB5C;
}
.TagClassName
{
border-color: #FABB5C;
}
</style>