Shades of Koromiko #FFB956
Tints of Koromiko #FFB956
RGB
CMYK
RGB Variations
Color information
#FFB956 (or 0xFFB956) is known color: Koromiko. HEX triplet: FF, B9 and 56. RGB value is (255,185,86). Sum of RGB (Red+Green+Blue) = 255+185+86=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB956 is #0046A9. Grayscale: #C3C3C3. Windows color (decimal): -18090 or 5683711. OLE color: 5683711.
HSL color Cylindrical-coordinate representation of color #FFB956: hue angle of 35.15º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFB956 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 86 | - |
| CMYK | 0 | 0.27 | 0.66 | 0 |
| HSL | 35.15º | 1% | 0.67% | - |
| HSV(B) | 35.15º | 0.66% | 1% | - |
| XYZ | 60.27 | 56.63 | 16.56 | - |
| YUV | 194.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 86 | 0 | 0.27 | 0.66 | 0 | 35.15 | 1 | 0.67 |
| Hex | FF | B9 | 56 | 0 | 1B | 42 | 0 | 23 | 64 | 43 |
| Octal | 377 | 271 | 126 | 0 | 33 | 102 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111001 | 1010110 | 0 | 11011 | 1000010 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB956
Complementary color
Monochromatic Colors of #FFB956
Black with #FFB956
Text Example
Text Example
White with #FFB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB956; }
p { color: rgb(255,185,86); }
H1.HeaderClassName
{
color: #FFB956;
}
.AnyTagClassName
{
color: #FFB956;
}
</style>
background-color css
<style>
a { background-color: #FFB956; }
a { background-color: rgb(255,185,86); }
div.DivClassName
{
background-color: #FFB956;
}
.BgClassName
{
background-color: #FFB956;
}
</style>
border-color css
<style>
span { border-color: #FFB956; }
span { border-color: rgb(255,185,86); }
td.TdClassName
{
border-color: #FFB956;
}
.TagClassName
{
border-color: #FFB956;
}
</style>