Shades of Koromiko #FDB655
Tints of Koromiko #FDB655
RGB
CMYK
RGB Variations
Color information
#FDB655 (or 0xFDB655) is known color: Koromiko. HEX triplet: FD, B6 and 55. RGB value is (253,182,85). Sum of RGB (Red+Green+Blue) = 253+182+85=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB655 is #0249AA. Grayscale: #C0C0C0. Windows color (decimal): -149931 or 5617405. OLE color: 5617405.
HSL color Cylindrical-coordinate representation of color #FDB655: hue angle of 34.64º 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 #FDB655 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 85 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.01 |
| HSL | 34.64º | 0.98% | 0.66% | - |
| HSV(B) | 34.64º | 0.66% | 0.99% | - |
| XYZ | 58.88 | 54.99 | 16.11 | - |
| YUV | 192.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 85 | 0 | 0.28 | 0.66 | 0.01 | 34.64 | 0.98 | 0.66 |
| Hex | FD | B6 | 55 | 0 | 1C | 42 | 1 | 23 | 62 | 42 |
| Octal | 375 | 266 | 125 | 0 | 34 | 102 | 1 | 43 | 142 | 102 |
| Binary | 11111101 | 10110110 | 1010101 | 0 | 11100 | 1000010 | 1 | 100011 | 1100010 | 1000010 |
Color Harmonies of #FDB655
Complementary color
Monochromatic Colors of #FDB655
Black with #FDB655
Text Example
Text Example
White with #FDB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB655; }
p { color: rgb(253,182,85); }
H1.HeaderClassName
{
color: #FDB655;
}
.AnyTagClassName
{
color: #FDB655;
}
</style>
background-color css
<style>
a { background-color: #FDB655; }
a { background-color: rgb(253,182,85); }
div.DivClassName
{
background-color: #FDB655;
}
.BgClassName
{
background-color: #FDB655;
}
</style>
border-color css
<style>
span { border-color: #FDB655; }
span { border-color: rgb(253,182,85); }
td.TdClassName
{
border-color: #FDB655;
}
.TagClassName
{
border-color: #FDB655;
}
</style>