Shades of Koromiko #FFB456
Tints of Koromiko #FFB456
RGB
CMYK
RGB Variations
Color information
#FFB456 (or 0xFFB456) is known color: Koromiko. HEX triplet: FF, B4 and 56. RGB value is (255,180,86). Sum of RGB (Red+Green+Blue) = 255+180+86=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB456 is #004BA9. Grayscale: #C0C0C0. Windows color (decimal): -19370 or 5682431. OLE color: 5682431.
HSL color Cylindrical-coordinate representation of color #FFB456: hue angle of 33.37º 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 #FFB456 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 86 | - |
| CMYK | 0 | 0.29 | 0.66 | 0 |
| HSL | 33.37º | 1% | 0.67% | - |
| HSV(B) | 33.37º | 0.66% | 1% | - |
| XYZ | 59.24 | 54.57 | 16.22 | - |
| YUV | 191.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 86 | 0 | 0.29 | 0.66 | 0 | 33.37 | 1 | 0.67 |
| Hex | FF | B4 | 56 | 0 | 1D | 42 | 0 | 21 | 64 | 43 |
| Octal | 377 | 264 | 126 | 0 | 35 | 102 | 0 | 41 | 144 | 103 |
| Binary | 11111111 | 10110100 | 1010110 | 0 | 11101 | 1000010 | 0 | 100001 | 1100100 | 1000011 |
Color Harmonies of #FFB456
Complementary color
Monochromatic Colors of #FFB456
Black with #FFB456
Text Example
Text Example
White with #FFB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB456; }
p { color: rgb(255,180,86); }
H1.HeaderClassName
{
color: #FFB456;
}
.AnyTagClassName
{
color: #FFB456;
}
</style>
background-color css
<style>
a { background-color: #FFB456; }
a { background-color: rgb(255,180,86); }
div.DivClassName
{
background-color: #FFB456;
}
.BgClassName
{
background-color: #FFB456;
}
</style>
border-color css
<style>
span { border-color: #FFB456; }
span { border-color: rgb(255,180,86); }
td.TdClassName
{
border-color: #FFB456;
}
.TagClassName
{
border-color: #FFB456;
}
</style>