Shades of Koromiko #FDB855
Tints of Koromiko #FDB855
RGB
CMYK
RGB Variations
Color information
#FDB855 (or 0xFDB855) is known color: Koromiko. HEX triplet: FD, B8 and 55. RGB value is (253,184,85). Sum of RGB (Red+Green+Blue) = 253+184+85=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB855 is #0247AA. Grayscale: #C1C1C1. Windows color (decimal): -149419 or 5617917. OLE color: 5617917.
HSL color Cylindrical-coordinate representation of color #FDB855: hue angle of 35.36º 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 #FDB855 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 85 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.01 |
| HSL | 35.36º | 0.98% | 0.66% | - |
| HSV(B) | 35.36º | 0.66% | 0.99% | - |
| XYZ | 59.29 | 55.82 | 16.24 | - |
| YUV | 193.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 85 | 0 | 0.27 | 0.66 | 0.01 | 35.36 | 0.98 | 0.66 |
| Hex | FD | B8 | 55 | 0 | 1B | 42 | 1 | 23 | 62 | 42 |
| Octal | 375 | 270 | 125 | 0 | 33 | 102 | 1 | 43 | 142 | 102 |
| Binary | 11111101 | 10111000 | 1010101 | 0 | 11011 | 1000010 | 1 | 100011 | 1100010 | 1000010 |
Color Harmonies of #FDB855
Complementary color
Monochromatic Colors of #FDB855
Black with #FDB855
Text Example
Text Example
White with #FDB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB855; }
p { color: rgb(253,184,85); }
H1.HeaderClassName
{
color: #FDB855;
}
.AnyTagClassName
{
color: #FDB855;
}
</style>
background-color css
<style>
a { background-color: #FDB855; }
a { background-color: rgb(253,184,85); }
div.DivClassName
{
background-color: #FDB855;
}
.BgClassName
{
background-color: #FDB855;
}
</style>
border-color css
<style>
span { border-color: #FDB855; }
span { border-color: rgb(253,184,85); }
td.TdClassName
{
border-color: #FDB855;
}
.TagClassName
{
border-color: #FDB855;
}
</style>