Shades of Koromiko #F8B550
Tints of Koromiko #F8B550
RGB
CMYK
RGB Variations
Color information
#F8B550 (or 0xF8B550) is known color: Koromiko. HEX triplet: F8, B5 and 50. RGB value is (248,181,80). Sum of RGB (Red+Green+Blue) = 248+181+80=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B550 is #074AAF. Grayscale: #BDBDBD. Windows color (decimal): -477872 or 5289464. OLE color: 5289464.
HSL color Cylindrical-coordinate representation of color #F8B550: hue angle of 36.07º 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 #F8B550 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 80 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.03 |
| HSL | 36.07º | 0.92% | 0.64% | - |
| HSV(B) | 36.07º | 0.68% | 0.97% | - |
| XYZ | 56.68 | 53.58 | 14.94 | - |
| YUV | 189.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 80 | 0 | 0.27 | 0.68 | 0.03 | 36.07 | 0.92 | 0.64 |
| Hex | F8 | B5 | 50 | 0 | 1B | 44 | 3 | 24 | 5C | 40 |
| Octal | 370 | 265 | 120 | 0 | 33 | 104 | 3 | 44 | 134 | 100 |
| Binary | 11111000 | 10110101 | 1010000 | 0 | 11011 | 1000100 | 11 | 100100 | 1011100 | 1000000 |
Color Harmonies of #F8B550
Complementary color
Monochromatic Colors of #F8B550
Black with #F8B550
Text Example
Text Example
White with #F8B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B550; }
p { color: rgb(248,181,80); }
H1.HeaderClassName
{
color: #F8B550;
}
.AnyTagClassName
{
color: #F8B550;
}
</style>
background-color css
<style>
a { background-color: #F8B550; }
a { background-color: rgb(248,181,80); }
div.DivClassName
{
background-color: #F8B550;
}
.BgClassName
{
background-color: #F8B550;
}
</style>
border-color css
<style>
span { border-color: #F8B550; }
span { border-color: rgb(248,181,80); }
td.TdClassName
{
border-color: #F8B550;
}
.TagClassName
{
border-color: #F8B550;
}
</style>