Shades of Koromiko #FDB959
Tints of Koromiko #FDB959
RGB
CMYK
RGB Variations
Color information
#FDB959 (or 0xFDB959) is known color: Koromiko. HEX triplet: FD, B9 and 59. RGB value is (253,185,89). Sum of RGB (Red+Green+Blue) = 253+185+89=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB959 is #0246A6. Grayscale: #C2C2C2. Windows color (decimal): -149159 or 5880317. OLE color: 5880317.
HSL color Cylindrical-coordinate representation of color #FDB959: hue angle of 35.12º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDB959 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 89 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.01 |
| HSL | 35.12º | 0.98% | 0.67% | - |
| HSV(B) | 35.12º | 0.65% | 0.99% | - |
| XYZ | 59.66 | 56.3 | 17.17 | - |
| YUV | 194.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 89 | 0 | 0.27 | 0.65 | 0.01 | 35.12 | 0.98 | 0.67 |
| Hex | FD | B9 | 59 | 0 | 1B | 41 | 1 | 23 | 62 | 43 |
| Octal | 375 | 271 | 131 | 0 | 33 | 101 | 1 | 43 | 142 | 103 |
| Binary | 11111101 | 10111001 | 1011001 | 0 | 11011 | 1000001 | 1 | 100011 | 1100010 | 1000011 |
Color Harmonies of #FDB959
Complementary color
Monochromatic Colors of #FDB959
Black with #FDB959
Text Example
Text Example
White with #FDB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB959; }
p { color: rgb(253,185,89); }
H1.HeaderClassName
{
color: #FDB959;
}
.AnyTagClassName
{
color: #FDB959;
}
</style>
background-color css
<style>
a { background-color: #FDB959; }
a { background-color: rgb(253,185,89); }
div.DivClassName
{
background-color: #FDB959;
}
.BgClassName
{
background-color: #FDB959;
}
</style>
border-color css
<style>
span { border-color: #FDB959; }
span { border-color: rgb(253,185,89); }
td.TdClassName
{
border-color: #FDB959;
}
.TagClassName
{
border-color: #FDB959;
}
</style>