Shades of Koromiko #F8B948
Tints of Koromiko #F8B948
RGB
CMYK
RGB Variations
Color information
#F8B948 (or 0xF8B948) is known color: Koromiko. HEX triplet: F8, B9 and 48. RGB value is (248,185,72). Sum of RGB (Red+Green+Blue) = 248+185+72=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B948 is #0746B7. Grayscale: #BFBFBF. Windows color (decimal): -476856 or 4766200. OLE color: 4766200.
HSL color Cylindrical-coordinate representation of color #F8B948: hue angle of 38.52º 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 #F8B948 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 72 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.03 |
| HSL | 38.52º | 0.93% | 0.63% | - |
| HSV(B) | 38.52º | 0.71% | 0.97% | - |
| XYZ | 57.23 | 55.12 | 13.75 | - |
| YUV | 190.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 72 | 0 | 0.25 | 0.71 | 0.03 | 38.52 | 0.93 | 0.63 |
| Hex | F8 | B9 | 48 | 0 | 19 | 47 | 3 | 27 | 5D | 3F |
| Octal | 370 | 271 | 110 | 0 | 31 | 107 | 3 | 47 | 135 | 77 |
| Binary | 11111000 | 10111001 | 1001000 | 0 | 11001 | 1000111 | 11 | 100111 | 1011101 | 111111 |
Color Harmonies of #F8B948
Complementary color
Monochromatic Colors of #F8B948
Black with #F8B948
Text Example
Text Example
White with #F8B948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B948; }
p { color: rgb(248,185,72); }
H1.HeaderClassName
{
color: #F8B948;
}
.AnyTagClassName
{
color: #F8B948;
}
</style>
background-color css
<style>
a { background-color: #F8B948; }
a { background-color: rgb(248,185,72); }
div.DivClassName
{
background-color: #F8B948;
}
.BgClassName
{
background-color: #F8B948;
}
</style>
border-color css
<style>
span { border-color: #F8B948; }
span { border-color: rgb(248,185,72); }
td.TdClassName
{
border-color: #F8B948;
}
.TagClassName
{
border-color: #F8B948;
}
</style>