Shades of Koromiko #FFB758
Tints of Koromiko #FFB758
RGB
CMYK
RGB Variations
Color information
#FFB758 (or 0xFFB758) is known color: Koromiko. HEX triplet: FF, B7 and 58. RGB value is (255,183,88). Sum of RGB (Red+Green+Blue) = 255+183+88=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB758 is #0048A7. Grayscale: #C2C2C2. Windows color (decimal): -18600 or 5814271. OLE color: 5814271.
HSL color Cylindrical-coordinate representation of color #FFB758: hue angle of 34.13º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB758 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 88 | - |
| CMYK | 0 | 0.28 | 0.65 | 0 |
| HSL | 34.13º | 1% | 0.67% | - |
| HSV(B) | 34.13º | 0.65% | 1% | - |
| XYZ | 59.93 | 55.83 | 16.85 | - |
| YUV | 193.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 88 | 0 | 0.28 | 0.65 | 0 | 34.13 | 1 | 0.67 |
| Hex | FF | B7 | 58 | 0 | 1C | 41 | 0 | 22 | 64 | 43 |
| Octal | 377 | 267 | 130 | 0 | 34 | 101 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110111 | 1011000 | 0 | 11100 | 1000001 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB758
Complementary color
Monochromatic Colors of #FFB758
Black with #FFB758
Text Example
Text Example
White with #FFB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB758; }
p { color: rgb(255,183,88); }
H1.HeaderClassName
{
color: #FFB758;
}
.AnyTagClassName
{
color: #FFB758;
}
</style>
background-color css
<style>
a { background-color: #FFB758; }
a { background-color: rgb(255,183,88); }
div.DivClassName
{
background-color: #FFB758;
}
.BgClassName
{
background-color: #FFB758;
}
</style>
border-color css
<style>
span { border-color: #FFB758; }
span { border-color: rgb(255,183,88); }
td.TdClassName
{
border-color: #FFB758;
}
.TagClassName
{
border-color: #FFB758;
}
</style>