Shades of Koromiko #FFB954
Tints of Koromiko #FFB954
RGB
CMYK
RGB Variations
Color information
#FFB954 (or 0xFFB954) is known color: Koromiko. HEX triplet: FF, B9 and 54. RGB value is (255,185,84). Sum of RGB (Red+Green+Blue) = 255+185+84=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB954 is #0046AB. Grayscale: #C2C2C2. Windows color (decimal): -18092 or 5552639. OLE color: 5552639.
HSL color Cylindrical-coordinate representation of color #FFB954: hue angle of 35.44º 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 #FFB954 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 84 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 35.44º | 1% | 0.66% | - |
| HSV(B) | 35.44º | 0.67% | 1% | - |
| XYZ | 60.19 | 56.6 | 16.14 | - |
| YUV | 194.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 84 | 0 | 0.27 | 0.67 | 0 | 35.44 | 1 | 0.66 |
| Hex | FF | B9 | 54 | 0 | 1B | 43 | 0 | 23 | 64 | 42 |
| Octal | 377 | 271 | 124 | 0 | 33 | 103 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10111001 | 1010100 | 0 | 11011 | 1000011 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB954
Complementary color
Monochromatic Colors of #FFB954
Black with #FFB954
Text Example
Text Example
White with #FFB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB954; }
p { color: rgb(255,185,84); }
H1.HeaderClassName
{
color: #FFB954;
}
.AnyTagClassName
{
color: #FFB954;
}
</style>
background-color css
<style>
a { background-color: #FFB954; }
a { background-color: rgb(255,185,84); }
div.DivClassName
{
background-color: #FFB954;
}
.BgClassName
{
background-color: #FFB954;
}
</style>
border-color css
<style>
span { border-color: #FFB954; }
span { border-color: rgb(255,185,84); }
td.TdClassName
{
border-color: #FFB954;
}
.TagClassName
{
border-color: #FFB954;
}
</style>