Shades of Koromiko #FDB957
Tints of Koromiko #FDB957
RGB
CMYK
RGB Variations
Color information
#FDB957 (or 0xFDB957) is known color: Koromiko. HEX triplet: FD, B9 and 57. RGB value is (253,185,87). Sum of RGB (Red+Green+Blue) = 253+185+87=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB957 is #0246A8. Grayscale: #C2C2C2. Windows color (decimal): -149161 or 5749245. OLE color: 5749245.
HSL color Cylindrical-coordinate representation of color #FDB957: hue angle of 35.42º 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 #FDB957 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 87 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.01 |
| HSL | 35.42º | 0.98% | 0.67% | - |
| HSV(B) | 35.42º | 0.66% | 0.99% | - |
| XYZ | 59.58 | 56.27 | 16.74 | - |
| YUV | 194.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 87 | 0 | 0.27 | 0.66 | 0.01 | 35.42 | 0.98 | 0.67 |
| Hex | FD | B9 | 57 | 0 | 1B | 42 | 1 | 23 | 62 | 43 |
| Octal | 375 | 271 | 127 | 0 | 33 | 102 | 1 | 43 | 142 | 103 |
| Binary | 11111101 | 10111001 | 1010111 | 0 | 11011 | 1000010 | 1 | 100011 | 1100010 | 1000011 |
Color Harmonies of #FDB957
Complementary color
Monochromatic Colors of #FDB957
Black with #FDB957
Text Example
Text Example
White with #FDB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB957; }
p { color: rgb(253,185,87); }
H1.HeaderClassName
{
color: #FDB957;
}
.AnyTagClassName
{
color: #FDB957;
}
</style>
background-color css
<style>
a { background-color: #FDB957; }
a { background-color: rgb(253,185,87); }
div.DivClassName
{
background-color: #FDB957;
}
.BgClassName
{
background-color: #FDB957;
}
</style>
border-color css
<style>
span { border-color: #FDB957; }
span { border-color: rgb(253,185,87); }
td.TdClassName
{
border-color: #FDB957;
}
.TagClassName
{
border-color: #FDB957;
}
</style>