Shades of Koromiko #FDB856
Tints of Koromiko #FDB856
RGB
CMYK
RGB Variations
Color information
#FDB856 (or 0xFDB856) is known color: Koromiko. HEX triplet: FD, B8 and 56. RGB value is (253,184,86). Sum of RGB (Red+Green+Blue) = 253+184+86=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB856 is #0247A9. Grayscale: #C1C1C1. Windows color (decimal): -149418 or 5683453. OLE color: 5683453.
HSL color Cylindrical-coordinate representation of color #FDB856: hue angle of 35.21º 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 #FDB856 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 86 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.01 |
| HSL | 35.21º | 0.98% | 0.66% | - |
| HSV(B) | 35.21º | 0.66% | 0.99% | - |
| XYZ | 59.33 | 55.84 | 16.45 | - |
| YUV | 193.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 86 | 0 | 0.27 | 0.66 | 0.01 | 35.21 | 0.98 | 0.66 |
| Hex | FD | B8 | 56 | 0 | 1B | 42 | 1 | 23 | 62 | 42 |
| Octal | 375 | 270 | 126 | 0 | 33 | 102 | 1 | 43 | 142 | 102 |
| Binary | 11111101 | 10111000 | 1010110 | 0 | 11011 | 1000010 | 1 | 100011 | 1100010 | 1000010 |
Color Harmonies of #FDB856
Complementary color
Monochromatic Colors of #FDB856
Black with #FDB856
Text Example
Text Example
White with #FDB856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB856; }
p { color: rgb(253,184,86); }
H1.HeaderClassName
{
color: #FDB856;
}
.AnyTagClassName
{
color: #FDB856;
}
</style>
background-color css
<style>
a { background-color: #FDB856; }
a { background-color: rgb(253,184,86); }
div.DivClassName
{
background-color: #FDB856;
}
.BgClassName
{
background-color: #FDB856;
}
</style>
border-color css
<style>
span { border-color: #FDB856; }
span { border-color: rgb(253,184,86); }
td.TdClassName
{
border-color: #FDB856;
}
.TagClassName
{
border-color: #FDB856;
}
</style>