Shades of Koromiko #FDB757
Tints of Koromiko #FDB757
RGB
CMYK
RGB Variations
Color information
#FDB757 (or 0xFDB757) is known color: Koromiko. HEX triplet: FD, B7 and 57. RGB value is (253,183,87). Sum of RGB (Red+Green+Blue) = 253+183+87=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB757 is #0248A8. Grayscale: #C1C1C1. Windows color (decimal): -149673 or 5748733. OLE color: 5748733.
HSL color Cylindrical-coordinate representation of color #FDB757: hue angle of 34.7º 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 #FDB757 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 87 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.01 |
| HSL | 34.7º | 0.98% | 0.67% | - |
| HSV(B) | 34.7º | 0.66% | 0.99% | - |
| XYZ | 59.16 | 55.44 | 16.6 | - |
| YUV | 192.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 87 | 0 | 0.28 | 0.66 | 0.01 | 34.7 | 0.98 | 0.67 |
| Hex | FD | B7 | 57 | 0 | 1C | 42 | 1 | 23 | 62 | 43 |
| Octal | 375 | 267 | 127 | 0 | 34 | 102 | 1 | 43 | 142 | 103 |
| Binary | 11111101 | 10110111 | 1010111 | 0 | 11100 | 1000010 | 1 | 100011 | 1100010 | 1000011 |
Color Harmonies of #FDB757
Complementary color
Monochromatic Colors of #FDB757
Black with #FDB757
Text Example
Text Example
White with #FDB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB757; }
p { color: rgb(253,183,87); }
H1.HeaderClassName
{
color: #FDB757;
}
.AnyTagClassName
{
color: #FDB757;
}
</style>
background-color css
<style>
a { background-color: #FDB757; }
a { background-color: rgb(253,183,87); }
div.DivClassName
{
background-color: #FDB757;
}
.BgClassName
{
background-color: #FDB757;
}
</style>
border-color css
<style>
span { border-color: #FDB757; }
span { border-color: rgb(253,183,87); }
td.TdClassName
{
border-color: #FDB757;
}
.TagClassName
{
border-color: #FDB757;
}
</style>