Shades of Koromiko #FFB251
Tints of Koromiko #FFB251
RGB
CMYK
RGB Variations
Color information
#FFB251 (or 0xFFB251) is known color: Koromiko. HEX triplet: FF, B2 and 51. RGB value is (255,178,81). Sum of RGB (Red+Green+Blue) = 255+178+81=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB251 is #004DAE. Grayscale: #BEBEBE. Windows color (decimal): -19887 or 5354239. OLE color: 5354239.
HSL color Cylindrical-coordinate representation of color #FFB251: hue angle of 33.45º 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 #FFB251 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 81 | - |
| CMYK | 0 | 0.30 | 0.68 | 0 |
| HSL | 33.45º | 1% | 0.66% | - |
| HSV(B) | 33.45º | 0.68% | 1% | - |
| XYZ | 58.65 | 53.69 | 15.06 | - |
| YUV | 189.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 81 | 0 | 0.30 | 0.68 | 0 | 33.45 | 1 | 0.66 |
| Hex | FF | B2 | 51 | 0 | 1E | 44 | 0 | 21 | 64 | 42 |
| Octal | 377 | 262 | 121 | 0 | 36 | 104 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10110010 | 1010001 | 0 | 11110 | 1000100 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFB251
Complementary color
Monochromatic Colors of #FFB251
Black with #FFB251
Text Example
Text Example
White with #FFB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB251; }
p { color: rgb(255,178,81); }
H1.HeaderClassName
{
color: #FFB251;
}
.AnyTagClassName
{
color: #FFB251;
}
</style>
background-color css
<style>
a { background-color: #FFB251; }
a { background-color: rgb(255,178,81); }
div.DivClassName
{
background-color: #FFB251;
}
.BgClassName
{
background-color: #FFB251;
}
</style>
border-color css
<style>
span { border-color: #FFB251; }
span { border-color: rgb(255,178,81); }
td.TdClassName
{
border-color: #FFB251;
}
.TagClassName
{
border-color: #FFB251;
}
</style>