Shades of Koromiko #F8B949
Tints of Koromiko #F8B949
RGB
CMYK
RGB Variations
Color information
#F8B949 (or 0xF8B949) is known color: Koromiko. HEX triplet: F8, B9 and 49. RGB value is (248,185,73). Sum of RGB (Red+Green+Blue) = 248+185+73=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B949 is #0746B6. Grayscale: #BFBFBF. Windows color (decimal): -476855 or 4831736. OLE color: 4831736.
HSL color Cylindrical-coordinate representation of color #F8B949: hue angle of 38.4º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8B949 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 73 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.03 |
| HSL | 38.4º | 0.93% | 0.63% | - |
| HSV(B) | 38.4º | 0.71% | 0.97% | - |
| XYZ | 57.26 | 55.14 | 13.93 | - |
| YUV | 191.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 73 | 0 | 0.25 | 0.71 | 0.03 | 38.4 | 0.93 | 0.63 |
| Hex | F8 | B9 | 49 | 0 | 19 | 47 | 3 | 26 | 5D | 3F |
| Octal | 370 | 271 | 111 | 0 | 31 | 107 | 3 | 46 | 135 | 77 |
| Binary | 11111000 | 10111001 | 1001001 | 0 | 11001 | 1000111 | 11 | 100110 | 1011101 | 111111 |
Color Harmonies of #F8B949
Complementary color
Monochromatic Colors of #F8B949
Black with #F8B949
Text Example
Text Example
White with #F8B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B949; }
p { color: rgb(248,185,73); }
H1.HeaderClassName
{
color: #F8B949;
}
.AnyTagClassName
{
color: #F8B949;
}
</style>
background-color css
<style>
a { background-color: #F8B949; }
a { background-color: rgb(248,185,73); }
div.DivClassName
{
background-color: #F8B949;
}
.BgClassName
{
background-color: #F8B949;
}
</style>
border-color css
<style>
span { border-color: #F8B949; }
span { border-color: rgb(248,185,73); }
td.TdClassName
{
border-color: #F8B949;
}
.TagClassName
{
border-color: #F8B949;
}
</style>