Shades of Koromiko #FFB948
Tints of Koromiko #FFB948
RGB
CMYK
RGB Variations
Color information
#FFB948 (or 0xFFB948) is known color: Koromiko. HEX triplet: FF, B9 and 48. RGB value is (255,185,72). Sum of RGB (Red+Green+Blue) = 255+185+72=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB948 is #0046B7. Grayscale: #C1C1C1. Windows color (decimal): -18104 or 4766207. OLE color: 4766207.
HSL color Cylindrical-coordinate representation of color #FFB948: hue angle of 37.05º 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 #FFB948 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 72 | - |
| CMYK | 0 | 0.27 | 0.72 | 0 |
| HSL | 37.05º | 1% | 0.64% | - |
| HSV(B) | 37.05º | 0.72% | 1% | - |
| XYZ | 59.76 | 56.43 | 13.87 | - |
| YUV | 193.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 72 | 0 | 0.27 | 0.72 | 0 | 37.05 | 1 | 0.64 |
| Hex | FF | B9 | 48 | 0 | 1B | 48 | 0 | 25 | 64 | 40 |
| Octal | 377 | 271 | 110 | 0 | 33 | 110 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10111001 | 1001000 | 0 | 11011 | 1001000 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB948
Complementary color
Monochromatic Colors of #FFB948
Black with #FFB948
Text Example
Text Example
White with #FFB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB948; }
p { color: rgb(255,185,72); }
H1.HeaderClassName
{
color: #FFB948;
}
.AnyTagClassName
{
color: #FFB948;
}
</style>
background-color css
<style>
a { background-color: #FFB948; }
a { background-color: rgb(255,185,72); }
div.DivClassName
{
background-color: #FFB948;
}
.BgClassName
{
background-color: #FFB948;
}
</style>
border-color css
<style>
span { border-color: #FFB948; }
span { border-color: rgb(255,185,72); }
td.TdClassName
{
border-color: #FFB948;
}
.TagClassName
{
border-color: #FFB948;
}
</style>