Shades of Koromiko #FFB051
Tints of Koromiko #FFB051
RGB
CMYK
RGB Variations
Color information
#FFB051 (or 0xFFB051) is known color: Koromiko. HEX triplet: FF, B0 and 51. RGB value is (255,176,81). Sum of RGB (Red+Green+Blue) = 255+176+81=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB051 is #004FAE. Grayscale: #BDBDBD. Windows color (decimal): -20399 or 5353727. OLE color: 5353727.
HSL color Cylindrical-coordinate representation of color #FFB051: hue angle of 32.76º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFB051 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 81 | - |
| CMYK | 0 | 0.31 | 0.68 | 0 |
| HSL | 32.76º | 1% | 0.66% | - |
| HSV(B) | 32.76º | 0.68% | 1% | - |
| XYZ | 58.25 | 52.9 | 14.93 | - |
| YUV | 188.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 81 | 0 | 0.31 | 0.68 | 0 | 32.76 | 1 | 0.66 |
| Hex | FF | B0 | 51 | 0 | 1F | 44 | 0 | 21 | 64 | 42 |
| Octal | 377 | 260 | 121 | 0 | 37 | 104 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10110000 | 1010001 | 0 | 11111 | 1000100 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFB051
Complementary color
Monochromatic Colors of #FFB051
Black with #FFB051
Text Example
Text Example
White with #FFB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB051; }
p { color: rgb(255,176,81); }
H1.HeaderClassName
{
color: #FFB051;
}
.AnyTagClassName
{
color: #FFB051;
}
</style>
background-color css
<style>
a { background-color: #FFB051; }
a { background-color: rgb(255,176,81); }
div.DivClassName
{
background-color: #FFB051;
}
.BgClassName
{
background-color: #FFB051;
}
</style>
border-color css
<style>
span { border-color: #FFB051; }
span { border-color: rgb(255,176,81); }
td.TdClassName
{
border-color: #FFB051;
}
.TagClassName
{
border-color: #FFB051;
}
</style>