Shades of Koromiko #FDB657
Tints of Koromiko #FDB657
RGB
CMYK
RGB Variations
Color information
#FDB657 (or 0xFDB657) is known color: Koromiko. HEX triplet: FD, B6 and 57. RGB value is (253,182,87). Sum of RGB (Red+Green+Blue) = 253+182+87=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB657 is #0249A8. Grayscale: #C0C0C0. Windows color (decimal): -149929 or 5748477. OLE color: 5748477.
HSL color Cylindrical-coordinate representation of color #FDB657: hue angle of 34.34º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDB657 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 87 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.01 |
| HSL | 34.34º | 0.98% | 0.67% | - |
| HSV(B) | 34.34º | 0.66% | 0.99% | - |
| XYZ | 58.96 | 55.03 | 16.53 | - |
| YUV | 192.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 87 | 0 | 0.28 | 0.66 | 0.01 | 34.34 | 0.98 | 0.67 |
| Hex | FD | B6 | 57 | 0 | 1C | 42 | 1 | 22 | 62 | 43 |
| Octal | 375 | 266 | 127 | 0 | 34 | 102 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110110 | 1010111 | 0 | 11100 | 1000010 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB657
Complementary color
Monochromatic Colors of #FDB657
Black with #FDB657
Text Example
Text Example
White with #FDB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB657; }
p { color: rgb(253,182,87); }
H1.HeaderClassName
{
color: #FDB657;
}
.AnyTagClassName
{
color: #FDB657;
}
</style>
background-color css
<style>
a { background-color: #FDB657; }
a { background-color: rgb(253,182,87); }
div.DivClassName
{
background-color: #FDB657;
}
.BgClassName
{
background-color: #FDB657;
}
</style>
border-color css
<style>
span { border-color: #FDB657; }
span { border-color: rgb(253,182,87); }
td.TdClassName
{
border-color: #FDB657;
}
.TagClassName
{
border-color: #FDB657;
}
</style>