Shades of Koromiko #FAB350
Tints of Koromiko #FAB350
RGB
CMYK
RGB Variations
Color information
#FAB350 (or 0xFAB350) is known color: Koromiko. HEX triplet: FA, B3 and 50. RGB value is (250,179,80). Sum of RGB (Red+Green+Blue) = 250+179+80=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB350 is #054CAF. Grayscale: #BDBDBD. Windows color (decimal): -347312 or 5288954. OLE color: 5288954.
HSL color Cylindrical-coordinate representation of color #FAB350: hue angle of 34.94º 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 #FAB350 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 80 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.02 |
| HSL | 34.94º | 0.94% | 0.65% | - |
| HSV(B) | 34.94º | 0.68% | 0.98% | - |
| XYZ | 56.99 | 53.14 | 14.84 | - |
| YUV | 188.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 80 | 0 | 0.28 | 0.68 | 0.02 | 34.94 | 0.94 | 0.65 |
| Hex | FA | B3 | 50 | 0 | 1C | 44 | 2 | 23 | 5E | 41 |
| Octal | 372 | 263 | 120 | 0 | 34 | 104 | 2 | 43 | 136 | 101 |
| Binary | 11111010 | 10110011 | 1010000 | 0 | 11100 | 1000100 | 10 | 100011 | 1011110 | 1000001 |
Color Harmonies of #FAB350
Complementary color
Monochromatic Colors of #FAB350
Black with #FAB350
Text Example
Text Example
White with #FAB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB350; }
p { color: rgb(250,179,80); }
H1.HeaderClassName
{
color: #FAB350;
}
.AnyTagClassName
{
color: #FAB350;
}
</style>
background-color css
<style>
a { background-color: #FAB350; }
a { background-color: rgb(250,179,80); }
div.DivClassName
{
background-color: #FAB350;
}
.BgClassName
{
background-color: #FAB350;
}
</style>
border-color css
<style>
span { border-color: #FAB350; }
span { border-color: rgb(250,179,80); }
td.TdClassName
{
border-color: #FAB350;
}
.TagClassName
{
border-color: #FAB350;
}
</style>