Shades of Koromiko #FDB355
Tints of Koromiko #FDB355
RGB
CMYK
RGB Variations
Color information
#FDB355 (or 0xFDB355) is known color: Koromiko. HEX triplet: FD, B3 and 55. RGB value is (253,179,85). Sum of RGB (Red+Green+Blue) = 253+179+85=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB355 is #024CAA. Grayscale: #BEBEBE. Windows color (decimal): -150699 or 5616637. OLE color: 5616637.
HSL color Cylindrical-coordinate representation of color #FDB355: hue angle of 33.57º 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 #FDB355 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 85 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.01 |
| HSL | 33.57º | 0.98% | 0.66% | - |
| HSV(B) | 33.57º | 0.66% | 0.99% | - |
| XYZ | 58.27 | 53.78 | 15.9 | - |
| YUV | 190.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 85 | 0 | 0.29 | 0.66 | 0.01 | 33.57 | 0.98 | 0.66 |
| Hex | FD | B3 | 55 | 0 | 1D | 42 | 1 | 22 | 62 | 42 |
| Octal | 375 | 263 | 125 | 0 | 35 | 102 | 1 | 42 | 142 | 102 |
| Binary | 11111101 | 10110011 | 1010101 | 0 | 11101 | 1000010 | 1 | 100010 | 1100010 | 1000010 |
Color Harmonies of #FDB355
Complementary color
Monochromatic Colors of #FDB355
Black with #FDB355
Text Example
Text Example
White with #FDB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB355; }
p { color: rgb(253,179,85); }
H1.HeaderClassName
{
color: #FDB355;
}
.AnyTagClassName
{
color: #FDB355;
}
</style>
background-color css
<style>
a { background-color: #FDB355; }
a { background-color: rgb(253,179,85); }
div.DivClassName
{
background-color: #FDB355;
}
.BgClassName
{
background-color: #FDB355;
}
</style>
border-color css
<style>
span { border-color: #FDB355; }
span { border-color: rgb(253,179,85); }
td.TdClassName
{
border-color: #FDB355;
}
.TagClassName
{
border-color: #FDB355;
}
</style>