Shades of Koromiko #FAB550
Tints of Koromiko #FAB550
RGB
CMYK
RGB Variations
Color information
#FAB550 (or 0xFAB550) is known color: Koromiko. HEX triplet: FA, B5 and 50. RGB value is (250,181,80). Sum of RGB (Red+Green+Blue) = 250+181+80=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB550 is #054AAF. Grayscale: #BEBEBE. Windows color (decimal): -346800 or 5289466. OLE color: 5289466.
HSL color Cylindrical-coordinate representation of color #FAB550: hue angle of 35.65º 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 #FAB550 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 80 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.02 |
| HSL | 35.65º | 0.94% | 0.65% | - |
| HSV(B) | 35.65º | 0.68% | 0.98% | - |
| XYZ | 57.4 | 53.95 | 14.98 | - |
| YUV | 190.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 80 | 0 | 0.28 | 0.68 | 0.02 | 35.65 | 0.94 | 0.65 |
| Hex | FA | B5 | 50 | 0 | 1C | 44 | 2 | 24 | 5E | 41 |
| Octal | 372 | 265 | 120 | 0 | 34 | 104 | 2 | 44 | 136 | 101 |
| Binary | 11111010 | 10110101 | 1010000 | 0 | 11100 | 1000100 | 10 | 100100 | 1011110 | 1000001 |
Color Harmonies of #FAB550
Complementary color
Monochromatic Colors of #FAB550
Black with #FAB550
Text Example
Text Example
White with #FAB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB550; }
p { color: rgb(250,181,80); }
H1.HeaderClassName
{
color: #FAB550;
}
.AnyTagClassName
{
color: #FAB550;
}
</style>
background-color css
<style>
a { background-color: #FAB550; }
a { background-color: rgb(250,181,80); }
div.DivClassName
{
background-color: #FAB550;
}
.BgClassName
{
background-color: #FAB550;
}
</style>
border-color css
<style>
span { border-color: #FAB550; }
span { border-color: rgb(250,181,80); }
td.TdClassName
{
border-color: #FAB550;
}
.TagClassName
{
border-color: #FAB550;
}
</style>