Shades of Koromiko #FDB556
Tints of Koromiko #FDB556
RGB
CMYK
RGB Variations
Color information
#FDB556 (or 0xFDB556) is known color: Koromiko. HEX triplet: FD, B5 and 56. RGB value is (253,181,86). Sum of RGB (Red+Green+Blue) = 253+181+86=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB556 is #024AA9. Grayscale: #C0C0C0. Windows color (decimal): -150186 or 5682685. OLE color: 5682685.
HSL color Cylindrical-coordinate representation of color #FDB556: hue angle of 34.13º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDB556 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 86 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.01 |
| HSL | 34.13º | 0.98% | 0.66% | - |
| HSV(B) | 34.13º | 0.66% | 0.99% | - |
| XYZ | 58.71 | 54.6 | 16.25 | - |
| YUV | 191.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 86 | 0 | 0.28 | 0.66 | 0.01 | 34.13 | 0.98 | 0.66 |
| Hex | FD | B5 | 56 | 0 | 1C | 42 | 1 | 22 | 62 | 42 |
| Octal | 375 | 265 | 126 | 0 | 34 | 102 | 1 | 42 | 142 | 102 |
| Binary | 11111101 | 10110101 | 1010110 | 0 | 11100 | 1000010 | 1 | 100010 | 1100010 | 1000010 |
Color Harmonies of #FDB556
Complementary color
Monochromatic Colors of #FDB556
Black with #FDB556
Text Example
Text Example
White with #FDB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB556; }
p { color: rgb(253,181,86); }
H1.HeaderClassName
{
color: #FDB556;
}
.AnyTagClassName
{
color: #FDB556;
}
</style>
background-color css
<style>
a { background-color: #FDB556; }
a { background-color: rgb(253,181,86); }
div.DivClassName
{
background-color: #FDB556;
}
.BgClassName
{
background-color: #FDB556;
}
</style>
border-color css
<style>
span { border-color: #FDB556; }
span { border-color: rgb(253,181,86); }
td.TdClassName
{
border-color: #FDB556;
}
.TagClassName
{
border-color: #FDB556;
}
</style>