Shades of Koromiko #FFB649
Tints of Koromiko #FFB649
RGB
CMYK
RGB Variations
Color information
#FFB649 (or 0xFFB649) is known color: Koromiko. HEX triplet: FF, B6 and 49. RGB value is (255,182,73). Sum of RGB (Red+Green+Blue) = 255+182+73=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB649 is #0049B6. Grayscale: #BFBFBF. Windows color (decimal): -18871 or 4830975. OLE color: 4830975.
HSL color Cylindrical-coordinate representation of color #FFB649: hue angle of 35.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFB649 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 73 | - |
| CMYK | 0 | 0.29 | 0.71 | 0 |
| HSL | 35.93º | 1% | 0.64% | - |
| HSV(B) | 35.93º | 0.71% | 1% | - |
| XYZ | 59.17 | 55.2 | 13.84 | - |
| YUV | 191.4 | 61.18 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 73 | 0 | 0.29 | 0.71 | 0 | 35.93 | 1 | 0.64 |
| Hex | FF | B6 | 49 | 0 | 1D | 47 | 0 | 24 | 64 | 40 |
| Octal | 377 | 266 | 111 | 0 | 35 | 107 | 0 | 44 | 144 | 100 |
| Binary | 11111111 | 10110110 | 1001001 | 0 | 11101 | 1000111 | 0 | 100100 | 1100100 | 1000000 |
Color Harmonies of #FFB649
Complementary color
Monochromatic Colors of #FFB649
Black with #FFB649
Text Example
Text Example
White with #FFB649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB649; }
p { color: rgb(255,182,73); }
H1.HeaderClassName
{
color: #FFB649;
}
.AnyTagClassName
{
color: #FFB649;
}
</style>
background-color css
<style>
a { background-color: #FFB649; }
a { background-color: rgb(255,182,73); }
div.DivClassName
{
background-color: #FFB649;
}
.BgClassName
{
background-color: #FFB649;
}
</style>
border-color css
<style>
span { border-color: #FFB649; }
span { border-color: rgb(255,182,73); }
td.TdClassName
{
border-color: #FFB649;
}
.TagClassName
{
border-color: #FFB649;
}
</style>