Shades of Koromiko #FFB451
Tints of Koromiko #FFB451
RGB
CMYK
RGB Variations
Color information
#FFB451 (or 0xFFB451) is known color: Koromiko. HEX triplet: FF, B4 and 51. RGB value is (255,180,81). Sum of RGB (Red+Green+Blue) = 255+180+81=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB451 is #004BAE. Grayscale: #BFBFBF. Windows color (decimal): -19375 or 5354751. OLE color: 5354751.
HSL color Cylindrical-coordinate representation of color #FFB451: hue angle of 34.14º 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 #FFB451 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 81 | - |
| CMYK | 0 | 0.29 | 0.68 | 0 |
| HSL | 34.14º | 1% | 0.66% | - |
| HSV(B) | 34.14º | 0.68% | 1% | - |
| XYZ | 59.05 | 54.5 | 15.19 | - |
| YUV | 191.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 81 | 0 | 0.29 | 0.68 | 0 | 34.14 | 1 | 0.66 |
| Hex | FF | B4 | 51 | 0 | 1D | 44 | 0 | 22 | 64 | 42 |
| Octal | 377 | 264 | 121 | 0 | 35 | 104 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110100 | 1010001 | 0 | 11101 | 1000100 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB451
Complementary color
Monochromatic Colors of #FFB451
Black with #FFB451
Text Example
Text Example
White with #FFB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB451; }
p { color: rgb(255,180,81); }
H1.HeaderClassName
{
color: #FFB451;
}
.AnyTagClassName
{
color: #FFB451;
}
</style>
background-color css
<style>
a { background-color: #FFB451; }
a { background-color: rgb(255,180,81); }
div.DivClassName
{
background-color: #FFB451;
}
.BgClassName
{
background-color: #FFB451;
}
</style>
border-color css
<style>
span { border-color: #FFB451; }
span { border-color: rgb(255,180,81); }
td.TdClassName
{
border-color: #FFB451;
}
.TagClassName
{
border-color: #FFB451;
}
</style>