Shades of Koromiko #F8B351
Tints of Koromiko #F8B351
RGB
CMYK
RGB Variations
Color information
#F8B351 (or 0xF8B351) is known color: Koromiko. HEX triplet: F8, B3 and 51. RGB value is (248,179,81). Sum of RGB (Red+Green+Blue) = 248+179+81=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B351 is #074CAE. Grayscale: #BCBCBC. Windows color (decimal): -478383 or 5354488. OLE color: 5354488.
HSL color Cylindrical-coordinate representation of color #F8B351: hue angle of 35.21º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8B351 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 81 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.03 |
| HSL | 35.21º | 0.92% | 0.65% | - |
| HSV(B) | 35.21º | 0.67% | 0.97% | - |
| XYZ | 56.32 | 52.79 | 15.01 | - |
| YUV | 188.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 81 | 0 | 0.28 | 0.67 | 0.03 | 35.21 | 0.92 | 0.65 |
| Hex | F8 | B3 | 51 | 0 | 1C | 43 | 3 | 23 | 5C | 41 |
| Octal | 370 | 263 | 121 | 0 | 34 | 103 | 3 | 43 | 134 | 101 |
| Binary | 11111000 | 10110011 | 1010001 | 0 | 11100 | 1000011 | 11 | 100011 | 1011100 | 1000001 |
Color Harmonies of #F8B351
Complementary color
Monochromatic Colors of #F8B351
Black with #F8B351
Text Example
Text Example
White with #F8B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B351; }
p { color: rgb(248,179,81); }
H1.HeaderClassName
{
color: #F8B351;
}
.AnyTagClassName
{
color: #F8B351;
}
</style>
background-color css
<style>
a { background-color: #F8B351; }
a { background-color: rgb(248,179,81); }
div.DivClassName
{
background-color: #F8B351;
}
.BgClassName
{
background-color: #F8B351;
}
</style>
border-color css
<style>
span { border-color: #F8B351; }
span { border-color: rgb(248,179,81); }
td.TdClassName
{
border-color: #F8B351;
}
.TagClassName
{
border-color: #F8B351;
}
</style>