Shades of Koromiko #FFB955
Tints of Koromiko #FFB955
RGB
CMYK
RGB Variations
Color information
#FFB955 (or 0xFFB955) is known color: Koromiko. HEX triplet: FF, B9 and 55. RGB value is (255,185,85). Sum of RGB (Red+Green+Blue) = 255+185+85=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB955 is #0046AA. Grayscale: #C2C2C2. Windows color (decimal): -18091 or 5618175. OLE color: 5618175.
HSL color Cylindrical-coordinate representation of color #FFB955: hue angle of 35.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB955 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 85 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 35.29º | 1% | 0.67% | - |
| HSV(B) | 35.29º | 0.67% | 1% | - |
| XYZ | 60.23 | 56.61 | 16.35 | - |
| YUV | 194.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 85 | 0 | 0.27 | 0.67 | 0 | 35.29 | 1 | 0.67 |
| Hex | FF | B9 | 55 | 0 | 1B | 43 | 0 | 23 | 64 | 43 |
| Octal | 377 | 271 | 125 | 0 | 33 | 103 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111001 | 1010101 | 0 | 11011 | 1000011 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB955
Complementary color
Monochromatic Colors of #FFB955
Black with #FFB955
Text Example
Text Example
White with #FFB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB955; }
p { color: rgb(255,185,85); }
H1.HeaderClassName
{
color: #FFB955;
}
.AnyTagClassName
{
color: #FFB955;
}
</style>
background-color css
<style>
a { background-color: #FFB955; }
a { background-color: rgb(255,185,85); }
div.DivClassName
{
background-color: #FFB955;
}
.BgClassName
{
background-color: #FFB955;
}
</style>
border-color css
<style>
span { border-color: #FFB955; }
span { border-color: rgb(255,185,85); }
td.TdClassName
{
border-color: #FFB955;
}
.TagClassName
{
border-color: #FFB955;
}
</style>