Shades of Koromiko #FFB854
Tints of Koromiko #FFB854
RGB
CMYK
RGB Variations
Color information
#FFB854 (or 0xFFB854) is known color: Koromiko. HEX triplet: FF, B8 and 54. RGB value is (255,184,84). Sum of RGB (Red+Green+Blue) = 255+184+84=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB854 is #0047AB. Grayscale: #C2C2C2. Windows color (decimal): -18348 or 5552383. OLE color: 5552383.
HSL color Cylindrical-coordinate representation of color #FFB854: hue angle of 35.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB854 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 84 | - |
| CMYK | 0 | 0.28 | 0.67 | 0 |
| HSL | 35.09º | 1% | 0.66% | - |
| HSV(B) | 35.09º | 0.67% | 1% | - |
| XYZ | 59.98 | 56.18 | 16.07 | - |
| YUV | 193.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 84 | 0 | 0.28 | 0.67 | 0 | 35.09 | 1 | 0.66 |
| Hex | FF | B8 | 54 | 0 | 1C | 43 | 0 | 23 | 64 | 42 |
| Octal | 377 | 270 | 124 | 0 | 34 | 103 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10111000 | 1010100 | 0 | 11100 | 1000011 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB854
Complementary color
Monochromatic Colors of #FFB854
Black with #FFB854
Text Example
Text Example
White with #FFB854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB854; }
p { color: rgb(255,184,84); }
H1.HeaderClassName
{
color: #FFB854;
}
.AnyTagClassName
{
color: #FFB854;
}
</style>
background-color css
<style>
a { background-color: #FFB854; }
a { background-color: rgb(255,184,84); }
div.DivClassName
{
background-color: #FFB854;
}
.BgClassName
{
background-color: #FFB854;
}
</style>
border-color css
<style>
span { border-color: #FFB854; }
span { border-color: rgb(255,184,84); }
td.TdClassName
{
border-color: #FFB854;
}
.TagClassName
{
border-color: #FFB854;
}
</style>