Shades of Koromiko #FFB653
Tints of Koromiko #FFB653
RGB
CMYK
RGB Variations
Color information
#FFB653 (or 0xFFB653) is known color: Koromiko. HEX triplet: FF, B6 and 53. RGB value is (255,182,83). Sum of RGB (Red+Green+Blue) = 255+182+83=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB653 is #0049AC. Grayscale: #C1C1C1. Windows color (decimal): -18861 or 5486335. OLE color: 5486335.
HSL color Cylindrical-coordinate representation of color #FFB653: hue angle of 34.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB653 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 83 | - |
| CMYK | 0 | 0.29 | 0.67 | 0 |
| HSL | 34.53º | 1% | 0.66% | - |
| HSV(B) | 34.53º | 0.67% | 1% | - |
| XYZ | 59.53 | 55.34 | 15.73 | - |
| YUV | 192.54 | 66.18 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 83 | 0 | 0.29 | 0.67 | 0 | 34.53 | 1 | 0.66 |
| Hex | FF | B6 | 53 | 0 | 1D | 43 | 0 | 23 | 64 | 42 |
| Octal | 377 | 266 | 123 | 0 | 35 | 103 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10110110 | 1010011 | 0 | 11101 | 1000011 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB653
Complementary color
Monochromatic Colors of #FFB653
Black with #FFB653
Text Example
Text Example
White with #FFB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB653; }
p { color: rgb(255,182,83); }
H1.HeaderClassName
{
color: #FFB653;
}
.AnyTagClassName
{
color: #FFB653;
}
</style>
background-color css
<style>
a { background-color: #FFB653; }
a { background-color: rgb(255,182,83); }
div.DivClassName
{
background-color: #FFB653;
}
.BgClassName
{
background-color: #FFB653;
}
</style>
border-color css
<style>
span { border-color: #FFB653; }
span { border-color: rgb(255,182,83); }
td.TdClassName
{
border-color: #FFB653;
}
.TagClassName
{
border-color: #FFB653;
}
</style>