Shades of Koromiko #FFB351
Tints of Koromiko #FFB351
RGB
CMYK
RGB Variations
Color information
#FFB351 (or 0xFFB351) is known color: Koromiko. HEX triplet: FF, B3 and 51. RGB value is (255,179,81). Sum of RGB (Red+Green+Blue) = 255+179+81=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB351 is #004CAE. Grayscale: #BFBFBF. Windows color (decimal): -19631 or 5354495. OLE color: 5354495.
HSL color Cylindrical-coordinate representation of color #FFB351: hue angle of 33.79º 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 #FFB351 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 81 | - |
| CMYK | 0 | 0.30 | 0.68 | 0 |
| HSL | 33.79º | 1% | 0.66% | - |
| HSV(B) | 33.79º | 0.68% | 1% | - |
| XYZ | 58.85 | 54.09 | 15.12 | - |
| YUV | 190.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 81 | 0 | 0.30 | 0.68 | 0 | 33.79 | 1 | 0.66 |
| Hex | FF | B3 | 51 | 0 | 1E | 44 | 0 | 22 | 64 | 42 |
| Octal | 377 | 263 | 121 | 0 | 36 | 104 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110011 | 1010001 | 0 | 11110 | 1000100 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB351
Complementary color
Monochromatic Colors of #FFB351
Black with #FFB351
Text Example
Text Example
White with #FFB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB351; }
p { color: rgb(255,179,81); }
H1.HeaderClassName
{
color: #FFB351;
}
.AnyTagClassName
{
color: #FFB351;
}
</style>
background-color css
<style>
a { background-color: #FFB351; }
a { background-color: rgb(255,179,81); }
div.DivClassName
{
background-color: #FFB351;
}
.BgClassName
{
background-color: #FFB351;
}
</style>
border-color css
<style>
span { border-color: #FFB351; }
span { border-color: rgb(255,179,81); }
td.TdClassName
{
border-color: #FFB351;
}
.TagClassName
{
border-color: #FFB351;
}
</style>