Shades of Koromiko #F8BB5B
Tints of Koromiko #F8BB5B
RGB
CMYK
RGB Variations
Color information
#F8BB5B (or 0xF8BB5B) is known color: Koromiko. HEX triplet: F8, BB and 5B. RGB value is (248,187,91). Sum of RGB (Red+Green+Blue) = 248+187+91=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BB5B is #0744A4. Grayscale: #C2C2C2. Windows color (decimal): -476325 or 6011896. OLE color: 6011896.
HSL color Cylindrical-coordinate representation of color #F8BB5B: hue angle of 36.69º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8BB5B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 91 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.03 |
| HSL | 36.69º | 0.92% | 0.66% | - |
| HSV(B) | 36.69º | 0.63% | 0.97% | - |
| XYZ | 58.37 | 56.25 | 17.68 | - |
| YUV | 194.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 91 | 0 | 0.25 | 0.63 | 0.03 | 36.69 | 0.92 | 0.66 |
| Hex | F8 | BB | 5B | 0 | 19 | 3F | 3 | 25 | 5C | 42 |
| Octal | 370 | 273 | 133 | 0 | 31 | 77 | 3 | 45 | 134 | 102 |
| Binary | 11111000 | 10111011 | 1011011 | 0 | 11001 | 111111 | 11 | 100101 | 1011100 | 1000010 |
Color Harmonies of #F8BB5B
Complementary color
Monochromatic Colors of #F8BB5B
Black with #F8BB5B
Text Example
Text Example
White with #F8BB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BB5B; }
p { color: rgb(248,187,91); }
H1.HeaderClassName
{
color: #F8BB5B;
}
.AnyTagClassName
{
color: #F8BB5B;
}
</style>
background-color css
<style>
a { background-color: #F8BB5B; }
a { background-color: rgb(248,187,91); }
div.DivClassName
{
background-color: #F8BB5B;
}
.BgClassName
{
background-color: #F8BB5B;
}
</style>
border-color css
<style>
span { border-color: #F8BB5B; }
span { border-color: rgb(248,187,91); }
td.TdClassName
{
border-color: #F8BB5B;
}
.TagClassName
{
border-color: #F8BB5B;
}
</style>