Shades of Koromiko #FFB650
Tints of Koromiko #FFB650
RGB
CMYK
RGB Variations
Color information
#FFB650 (or 0xFFB650) is known color: Koromiko. HEX triplet: FF, B6 and 50. RGB value is (255,182,80). Sum of RGB (Red+Green+Blue) = 255+182+80=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB650 is #0049AF. Grayscale: #C0C0C0. Windows color (decimal): -18864 or 5289727. OLE color: 5289727.
HSL color Cylindrical-coordinate representation of color #FFB650: hue angle of 34.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFB650 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 80 | - |
| CMYK | 0 | 0.29 | 0.69 | 0 |
| HSL | 34.97º | 1% | 0.66% | - |
| HSV(B) | 34.97º | 0.69% | 1% | - |
| XYZ | 59.42 | 55.3 | 15.13 | - |
| YUV | 192.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 80 | 0 | 0.29 | 0.69 | 0 | 34.97 | 1 | 0.66 |
| Hex | FF | B6 | 50 | 0 | 1D | 45 | 0 | 23 | 64 | 42 |
| Octal | 377 | 266 | 120 | 0 | 35 | 105 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10110110 | 1010000 | 0 | 11101 | 1000101 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB650
Complementary color
Monochromatic Colors of #FFB650
Black with #FFB650
Text Example
Text Example
White with #FFB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB650; }
p { color: rgb(255,182,80); }
H1.HeaderClassName
{
color: #FFB650;
}
.AnyTagClassName
{
color: #FFB650;
}
</style>
background-color css
<style>
a { background-color: #FFB650; }
a { background-color: rgb(255,182,80); }
div.DivClassName
{
background-color: #FFB650;
}
.BgClassName
{
background-color: #FFB650;
}
</style>
border-color css
<style>
span { border-color: #FFB650; }
span { border-color: rgb(255,182,80); }
td.TdClassName
{
border-color: #FFB650;
}
.TagClassName
{
border-color: #FFB650;
}
</style>