Shades of Koromiko #FFB848
Tints of Koromiko #FFB848
RGB
CMYK
RGB Variations
Color information
#FFB848 (or 0xFFB848) is known color: Koromiko. HEX triplet: FF, B8 and 48. RGB value is (255,184,72). Sum of RGB (Red+Green+Blue) = 255+184+72=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB848 is #0047B7. Grayscale: #C0C0C0. Windows color (decimal): -18360 or 4765951. OLE color: 4765951.
HSL color Cylindrical-coordinate representation of color #FFB848: hue angle of 36.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFB848 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 72 | - |
| CMYK | 0 | 0.28 | 0.72 | 0 |
| HSL | 36.72º | 1% | 0.64% | - |
| HSV(B) | 36.72º | 0.72% | 1% | - |
| XYZ | 59.55 | 56.01 | 13.8 | - |
| YUV | 192.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 72 | 0 | 0.28 | 0.72 | 0 | 36.72 | 1 | 0.64 |
| Hex | FF | B8 | 48 | 0 | 1C | 48 | 0 | 25 | 64 | 40 |
| Octal | 377 | 270 | 110 | 0 | 34 | 110 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10111000 | 1001000 | 0 | 11100 | 1001000 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB848
Complementary color
Monochromatic Colors of #FFB848
Black with #FFB848
Text Example
Text Example
White with #FFB848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB848; }
p { color: rgb(255,184,72); }
H1.HeaderClassName
{
color: #FFB848;
}
.AnyTagClassName
{
color: #FFB848;
}
</style>
background-color css
<style>
a { background-color: #FFB848; }
a { background-color: rgb(255,184,72); }
div.DivClassName
{
background-color: #FFB848;
}
.BgClassName
{
background-color: #FFB848;
}
</style>
border-color css
<style>
span { border-color: #FFB848; }
span { border-color: rgb(255,184,72); }
td.TdClassName
{
border-color: #FFB848;
}
.TagClassName
{
border-color: #FFB848;
}
</style>