Shades of Koromiko #FDB755
Tints of Koromiko #FDB755
RGB
CMYK
RGB Variations
Color information
#FDB755 (or 0xFDB755) is known color: Koromiko. HEX triplet: FD, B7 and 55. RGB value is (253,183,85). Sum of RGB (Red+Green+Blue) = 253+183+85=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB755 is #0248AA. Grayscale: #C1C1C1. Windows color (decimal): -149675 or 5617661. OLE color: 5617661.
HSL color Cylindrical-coordinate representation of color #FDB755: hue angle of 35º 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 #FDB755 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 85 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.01 |
| HSL | 35º | 0.98% | 0.66% | - |
| HSV(B) | 35º | 0.66% | 0.99% | - |
| XYZ | 59.08 | 55.41 | 16.17 | - |
| YUV | 192.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 85 | 0 | 0.28 | 0.66 | 0.01 | 35 | 0.98 | 0.66 |
| Hex | FD | B7 | 55 | 0 | 1C | 42 | 1 | 23 | 62 | 42 |
| Octal | 375 | 267 | 125 | 0 | 34 | 102 | 1 | 43 | 142 | 102 |
| Binary | 11111101 | 10110111 | 1010101 | 0 | 11100 | 1000010 | 1 | 100011 | 1100010 | 1000010 |
Color Harmonies of #FDB755
Complementary color
Monochromatic Colors of #FDB755
Black with #FDB755
Text Example
Text Example
White with #FDB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB755; }
p { color: rgb(253,183,85); }
H1.HeaderClassName
{
color: #FDB755;
}
.AnyTagClassName
{
color: #FDB755;
}
</style>
background-color css
<style>
a { background-color: #FDB755; }
a { background-color: rgb(253,183,85); }
div.DivClassName
{
background-color: #FDB755;
}
.BgClassName
{
background-color: #FDB755;
}
</style>
border-color css
<style>
span { border-color: #FDB755; }
span { border-color: rgb(253,183,85); }
td.TdClassName
{
border-color: #FDB755;
}
.TagClassName
{
border-color: #FDB755;
}
</style>