Shades of Koromiko #F8B350
Tints of Koromiko #F8B350
RGB
CMYK
RGB Variations
Color information
#F8B350 (or 0xF8B350) is known color: Koromiko. HEX triplet: F8, B3 and 50. RGB value is (248,179,80). Sum of RGB (Red+Green+Blue) = 248+179+80=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B350 is #074CAF. Grayscale: #BCBCBC. Windows color (decimal): -478384 or 5288952. OLE color: 5288952.
HSL color Cylindrical-coordinate representation of color #F8B350: hue angle of 35.36º 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 #F8B350 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 80 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.03 |
| HSL | 35.36º | 0.92% | 0.64% | - |
| HSV(B) | 35.36º | 0.68% | 0.97% | - |
| XYZ | 56.28 | 52.78 | 14.81 | - |
| YUV | 188.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 80 | 0 | 0.28 | 0.68 | 0.03 | 35.36 | 0.92 | 0.64 |
| Hex | F8 | B3 | 50 | 0 | 1C | 44 | 3 | 23 | 5C | 40 |
| Octal | 370 | 263 | 120 | 0 | 34 | 104 | 3 | 43 | 134 | 100 |
| Binary | 11111000 | 10110011 | 1010000 | 0 | 11100 | 1000100 | 11 | 100011 | 1011100 | 1000000 |
Color Harmonies of #F8B350
Complementary color
Monochromatic Colors of #F8B350
Black with #F8B350
Text Example
Text Example
White with #F8B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B350; }
p { color: rgb(248,179,80); }
H1.HeaderClassName
{
color: #F8B350;
}
.AnyTagClassName
{
color: #F8B350;
}
</style>
background-color css
<style>
a { background-color: #F8B350; }
a { background-color: rgb(248,179,80); }
div.DivClassName
{
background-color: #F8B350;
}
.BgClassName
{
background-color: #F8B350;
}
</style>
border-color css
<style>
span { border-color: #F8B350; }
span { border-color: rgb(248,179,80); }
td.TdClassName
{
border-color: #F8B350;
}
.TagClassName
{
border-color: #F8B350;
}
</style>