Shades of Koromiko #FFB757
Tints of Koromiko #FFB757
RGB
CMYK
RGB Variations
Color information
#FFB757 (or 0xFFB757) is known color: Koromiko. HEX triplet: FF, B7 and 57. RGB value is (255,183,87). Sum of RGB (Red+Green+Blue) = 255+183+87=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB757 is #0048A8. Grayscale: #C2C2C2. Windows color (decimal): -18601 or 5748735. OLE color: 5748735.
HSL color Cylindrical-coordinate representation of color #FFB757: hue angle of 34.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFB757 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 87 | - |
| CMYK | 0 | 0.28 | 0.66 | 0 |
| HSL | 34.29º | 1% | 0.67% | - |
| HSV(B) | 34.29º | 0.66% | 1% | - |
| XYZ | 59.89 | 55.82 | 16.63 | - |
| YUV | 193.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 87 | 0 | 0.28 | 0.66 | 0 | 34.29 | 1 | 0.67 |
| Hex | FF | B7 | 57 | 0 | 1C | 42 | 0 | 22 | 64 | 43 |
| Octal | 377 | 267 | 127 | 0 | 34 | 102 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110111 | 1010111 | 0 | 11100 | 1000010 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB757
Complementary color
Monochromatic Colors of #FFB757
Black with #FFB757
Text Example
Text Example
White with #FFB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB757; }
p { color: rgb(255,183,87); }
H1.HeaderClassName
{
color: #FFB757;
}
.AnyTagClassName
{
color: #FFB757;
}
</style>
background-color css
<style>
a { background-color: #FFB757; }
a { background-color: rgb(255,183,87); }
div.DivClassName
{
background-color: #FFB757;
}
.BgClassName
{
background-color: #FFB757;
}
</style>
border-color css
<style>
span { border-color: #FFB757; }
span { border-color: rgb(255,183,87); }
td.TdClassName
{
border-color: #FFB757;
}
.TagClassName
{
border-color: #FFB757;
}
</style>