Shades of Koromiko #FFB754
Tints of Koromiko #FFB754
RGB
CMYK
RGB Variations
Color information
#FFB754 (or 0xFFB754) is known color: Koromiko. HEX triplet: FF, B7 and 54. RGB value is (255,183,84). Sum of RGB (Red+Green+Blue) = 255+183+84=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB754 is #0048AB. Grayscale: #C1C1C1. Windows color (decimal): -18604 or 5552127. OLE color: 5552127.
HSL color Cylindrical-coordinate representation of color #FFB754: hue angle of 34.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB754 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 84 | - |
| CMYK | 0 | 0.28 | 0.67 | 0 |
| HSL | 34.74º | 1% | 0.66% | - |
| HSV(B) | 34.74º | 0.67% | 1% | - |
| XYZ | 59.77 | 55.77 | 16 | - |
| YUV | 193.24 | 66.35 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 84 | 0 | 0.28 | 0.67 | 0 | 34.74 | 1 | 0.66 |
| Hex | FF | B7 | 54 | 0 | 1C | 43 | 0 | 23 | 64 | 42 |
| Octal | 377 | 267 | 124 | 0 | 34 | 103 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10110111 | 1010100 | 0 | 11100 | 1000011 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB754
Complementary color
Monochromatic Colors of #FFB754
Black with #FFB754
Text Example
Text Example
White with #FFB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB754; }
p { color: rgb(255,183,84); }
H1.HeaderClassName
{
color: #FFB754;
}
.AnyTagClassName
{
color: #FFB754;
}
</style>
background-color css
<style>
a { background-color: #FFB754; }
a { background-color: rgb(255,183,84); }
div.DivClassName
{
background-color: #FFB754;
}
.BgClassName
{
background-color: #FFB754;
}
</style>
border-color css
<style>
span { border-color: #FFB754; }
span { border-color: rgb(255,183,84); }
td.TdClassName
{
border-color: #FFB754;
}
.TagClassName
{
border-color: #FFB754;
}
</style>