Shades of Koromiko #F8B950
Tints of Koromiko #F8B950
RGB
CMYK
RGB Variations
Color information
#F8B950 (or 0xF8B950) is known color: Koromiko. HEX triplet: F8, B9 and 50. RGB value is (248,185,80). Sum of RGB (Red+Green+Blue) = 248+185+80=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B950 is #0746AF. Grayscale: #C0C0C0. Windows color (decimal): -476848 or 5290488. OLE color: 5290488.
HSL color Cylindrical-coordinate representation of color #F8B950: hue angle of 37.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8B950 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 80 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.03 |
| HSL | 37.5º | 0.92% | 0.64% | - |
| HSV(B) | 37.5º | 0.68% | 0.97% | - |
| XYZ | 57.51 | 55.23 | 15.22 | - |
| YUV | 191.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 80 | 0 | 0.25 | 0.68 | 0.03 | 37.5 | 0.92 | 0.64 |
| Hex | F8 | B9 | 50 | 0 | 19 | 44 | 3 | 26 | 5C | 40 |
| Octal | 370 | 271 | 120 | 0 | 31 | 104 | 3 | 46 | 134 | 100 |
| Binary | 11111000 | 10111001 | 1010000 | 0 | 11001 | 1000100 | 11 | 100110 | 1011100 | 1000000 |
Color Harmonies of #F8B950
Complementary color
Monochromatic Colors of #F8B950
Black with #F8B950
Text Example
Text Example
White with #F8B950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B950; }
p { color: rgb(248,185,80); }
H1.HeaderClassName
{
color: #F8B950;
}
.AnyTagClassName
{
color: #F8B950;
}
</style>
background-color css
<style>
a { background-color: #F8B950; }
a { background-color: rgb(248,185,80); }
div.DivClassName
{
background-color: #F8B950;
}
.BgClassName
{
background-color: #F8B950;
}
</style>
border-color css
<style>
span { border-color: #F8B950; }
span { border-color: rgb(248,185,80); }
td.TdClassName
{
border-color: #F8B950;
}
.TagClassName
{
border-color: #F8B950;
}
</style>