Shades of Koromiko #FFB958
Tints of Koromiko #FFB958
RGB
CMYK
RGB Variations
Color information
#FFB958 (or 0xFFB958) is known color: Koromiko. HEX triplet: FF, B9 and 58. RGB value is (255,185,88). Sum of RGB (Red+Green+Blue) = 255+185+88=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB958 is #0046A7. Grayscale: #C3C3C3. Windows color (decimal): -18088 or 5814783. OLE color: 5814783.
HSL color Cylindrical-coordinate representation of color #FFB958: hue angle of 34.85º 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 #FFB958 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 88 | - |
| CMYK | 0 | 0.27 | 0.65 | 0 |
| HSL | 34.85º | 1% | 0.67% | - |
| HSV(B) | 34.85º | 0.65% | 1% | - |
| XYZ | 60.35 | 56.66 | 16.99 | - |
| YUV | 194.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 88 | 0 | 0.27 | 0.65 | 0 | 34.85 | 1 | 0.67 |
| Hex | FF | B9 | 58 | 0 | 1B | 41 | 0 | 23 | 64 | 43 |
| Octal | 377 | 271 | 130 | 0 | 33 | 101 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111001 | 1011000 | 0 | 11011 | 1000001 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB958
Complementary color
Monochromatic Colors of #FFB958
Black with #FFB958
Text Example
Text Example
White with #FFB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB958; }
p { color: rgb(255,185,88); }
H1.HeaderClassName
{
color: #FFB958;
}
.AnyTagClassName
{
color: #FFB958;
}
</style>
background-color css
<style>
a { background-color: #FFB958; }
a { background-color: rgb(255,185,88); }
div.DivClassName
{
background-color: #FFB958;
}
.BgClassName
{
background-color: #FFB958;
}
</style>
border-color css
<style>
span { border-color: #FFB958; }
span { border-color: rgb(255,185,88); }
td.TdClassName
{
border-color: #FFB958;
}
.TagClassName
{
border-color: #FFB958;
}
</style>