Shades of Koromiko #FFB951
Tints of Koromiko #FFB951
RGB
CMYK
RGB Variations
Color information
#FFB951 (or 0xFFB951) is known color: Koromiko. HEX triplet: FF, B9 and 51. RGB value is (255,185,81). Sum of RGB (Red+Green+Blue) = 255+185+81=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB951 is #0046AE. Grayscale: #C2C2C2. Windows color (decimal): -18095 or 5356031. OLE color: 5356031.
HSL color Cylindrical-coordinate representation of color #FFB951: hue angle of 35.86º 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 #FFB951 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 81 | - |
| CMYK | 0 | 0.27 | 0.68 | 0 |
| HSL | 35.86º | 1% | 0.66% | - |
| HSV(B) | 35.86º | 0.68% | 1% | - |
| XYZ | 60.07 | 56.55 | 15.53 | - |
| YUV | 194.07 | 64.19 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 81 | 0 | 0.27 | 0.68 | 0 | 35.86 | 1 | 0.66 |
| Hex | FF | B9 | 51 | 0 | 1B | 44 | 0 | 24 | 64 | 42 |
| Octal | 377 | 271 | 121 | 0 | 33 | 104 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111001 | 1010001 | 0 | 11011 | 1000100 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFB951
Complementary color
Monochromatic Colors of #FFB951
Black with #FFB951
Text Example
Text Example
White with #FFB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB951; }
p { color: rgb(255,185,81); }
H1.HeaderClassName
{
color: #FFB951;
}
.AnyTagClassName
{
color: #FFB951;
}
</style>
background-color css
<style>
a { background-color: #FFB951; }
a { background-color: rgb(255,185,81); }
div.DivClassName
{
background-color: #FFB951;
}
.BgClassName
{
background-color: #FFB951;
}
</style>
border-color css
<style>
span { border-color: #FFB951; }
span { border-color: rgb(255,185,81); }
td.TdClassName
{
border-color: #FFB951;
}
.TagClassName
{
border-color: #FFB951;
}
</style>