Shades of Koromiko #FAB551
Tints of Koromiko #FAB551
RGB
CMYK
RGB Variations
Color information
#FAB551 (or 0xFAB551) is known color: Koromiko. HEX triplet: FA, B5 and 51. RGB value is (250,181,81). Sum of RGB (Red+Green+Blue) = 250+181+81=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB551 is #054AAE. Grayscale: #BEBEBE. Windows color (decimal): -346799 or 5355002. OLE color: 5355002.
HSL color Cylindrical-coordinate representation of color #FAB551: hue angle of 35.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAB551 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 81 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.02 |
| HSL | 35.5º | 0.94% | 0.65% | - |
| HSV(B) | 35.5º | 0.68% | 0.98% | - |
| XYZ | 57.43 | 53.97 | 15.17 | - |
| YUV | 190.23 | 66.36 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 81 | 0 | 0.28 | 0.68 | 0.02 | 35.5 | 0.94 | 0.65 |
| Hex | FA | B5 | 51 | 0 | 1C | 44 | 2 | 24 | 5E | 41 |
| Octal | 372 | 265 | 121 | 0 | 34 | 104 | 2 | 44 | 136 | 101 |
| Binary | 11111010 | 10110101 | 1010001 | 0 | 11100 | 1000100 | 10 | 100100 | 1011110 | 1000001 |
Color Harmonies of #FAB551
Complementary color
Monochromatic Colors of #FAB551
Black with #FAB551
Text Example
Text Example
White with #FAB551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB551; }
p { color: rgb(250,181,81); }
H1.HeaderClassName
{
color: #FAB551;
}
.AnyTagClassName
{
color: #FAB551;
}
</style>
background-color css
<style>
a { background-color: #FAB551; }
a { background-color: rgb(250,181,81); }
div.DivClassName
{
background-color: #FAB551;
}
.BgClassName
{
background-color: #FAB551;
}
</style>
border-color css
<style>
span { border-color: #FAB551; }
span { border-color: rgb(250,181,81); }
td.TdClassName
{
border-color: #FAB551;
}
.TagClassName
{
border-color: #FAB551;
}
</style>