Shades of Koromiko #FFB554
Tints of Koromiko #FFB554
RGB
CMYK
RGB Variations
Color information
#FFB554 (or 0xFFB554) is known color: Koromiko. HEX triplet: FF, B5 and 54. RGB value is (255,181,84). Sum of RGB (Red+Green+Blue) = 255+181+84=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB554 is #004AAB. Grayscale: #C0C0C0. Windows color (decimal): -19116 or 5551615. OLE color: 5551615.
HSL color Cylindrical-coordinate representation of color #FFB554: hue angle of 34.04º 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 #FFB554 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 84 | - |
| CMYK | 0 | 0.29 | 0.67 | 0 |
| HSL | 34.04º | 1% | 0.66% | - |
| HSV(B) | 34.04º | 0.67% | 1% | - |
| XYZ | 59.36 | 54.95 | 15.86 | - |
| YUV | 192.07 | 67.02 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 84 | 0 | 0.29 | 0.67 | 0 | 34.04 | 1 | 0.66 |
| Hex | FF | B5 | 54 | 0 | 1D | 43 | 0 | 22 | 64 | 42 |
| Octal | 377 | 265 | 124 | 0 | 35 | 103 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110101 | 1010100 | 0 | 11101 | 1000011 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB554
Complementary color
Monochromatic Colors of #FFB554
Black with #FFB554
Text Example
Text Example
White with #FFB554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB554; }
p { color: rgb(255,181,84); }
H1.HeaderClassName
{
color: #FFB554;
}
.AnyTagClassName
{
color: #FFB554;
}
</style>
background-color css
<style>
a { background-color: #FFB554; }
a { background-color: rgb(255,181,84); }
div.DivClassName
{
background-color: #FFB554;
}
.BgClassName
{
background-color: #FFB554;
}
</style>
border-color css
<style>
span { border-color: #FFB554; }
span { border-color: rgb(255,181,84); }
td.TdClassName
{
border-color: #FFB554;
}
.TagClassName
{
border-color: #FFB554;
}
</style>