Shades of Koromiko #F8B755
Tints of Koromiko #F8B755
RGB
CMYK
RGB Variations
Color information
#F8B755 (or 0xF8B755) is known color: Koromiko. HEX triplet: F8, B7 and 55. RGB value is (248,183,85). Sum of RGB (Red+Green+Blue) = 248+183+85=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B755 is #0748AA. Grayscale: #BFBFBF. Windows color (decimal): -477355 or 5617656. OLE color: 5617656.
HSL color Cylindrical-coordinate representation of color #F8B755: hue angle of 36.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8B755 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 85 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.03 |
| HSL | 36.07º | 0.92% | 0.65% | - |
| HSV(B) | 36.07º | 0.66% | 0.97% | - |
| XYZ | 57.28 | 54.48 | 16.09 | - |
| YUV | 191.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 85 | 0 | 0.26 | 0.66 | 0.03 | 36.07 | 0.92 | 0.65 |
| Hex | F8 | B7 | 55 | 0 | 1A | 42 | 3 | 24 | 5C | 41 |
| Octal | 370 | 267 | 125 | 0 | 32 | 102 | 3 | 44 | 134 | 101 |
| Binary | 11111000 | 10110111 | 1010101 | 0 | 11010 | 1000010 | 11 | 100100 | 1011100 | 1000001 |
Color Harmonies of #F8B755
Complementary color
Monochromatic Colors of #F8B755
Black with #F8B755
Text Example
Text Example
White with #F8B755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B755; }
p { color: rgb(248,183,85); }
H1.HeaderClassName
{
color: #F8B755;
}
.AnyTagClassName
{
color: #F8B755;
}
</style>
background-color css
<style>
a { background-color: #F8B755; }
a { background-color: rgb(248,183,85); }
div.DivClassName
{
background-color: #F8B755;
}
.BgClassName
{
background-color: #F8B755;
}
</style>
border-color css
<style>
span { border-color: #F8B755; }
span { border-color: rgb(248,183,85); }
td.TdClassName
{
border-color: #F8B755;
}
.TagClassName
{
border-color: #F8B755;
}
</style>