Shades of Koromiko #FDB853
Tints of Koromiko #FDB853
RGB
CMYK
RGB Variations
Color information
#FDB853 (or 0xFDB853) is known color: Koromiko. HEX triplet: FD, B8 and 53. RGB value is (253,184,83). Sum of RGB (Red+Green+Blue) = 253+184+83=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB853 is #0247AC. Grayscale: #C1C1C1. Windows color (decimal): -149421 or 5486845. OLE color: 5486845.
HSL color Cylindrical-coordinate representation of color #FDB853: hue angle of 35.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDB853 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 83 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.01 |
| HSL | 35.65º | 0.98% | 0.66% | - |
| HSV(B) | 35.65º | 0.67% | 0.99% | - |
| XYZ | 59.21 | 55.79 | 15.83 | - |
| YUV | 193.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 83 | 0 | 0.27 | 0.67 | 0.01 | 35.65 | 0.98 | 0.66 |
| Hex | FD | B8 | 53 | 0 | 1B | 43 | 1 | 24 | 62 | 42 |
| Octal | 375 | 270 | 123 | 0 | 33 | 103 | 1 | 44 | 142 | 102 |
| Binary | 11111101 | 10111000 | 1010011 | 0 | 11011 | 1000011 | 1 | 100100 | 1100010 | 1000010 |
Color Harmonies of #FDB853
Complementary color
Monochromatic Colors of #FDB853
Black with #FDB853
Text Example
Text Example
White with #FDB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB853; }
p { color: rgb(253,184,83); }
H1.HeaderClassName
{
color: #FDB853;
}
.AnyTagClassName
{
color: #FDB853;
}
</style>
background-color css
<style>
a { background-color: #FDB853; }
a { background-color: rgb(253,184,83); }
div.DivClassName
{
background-color: #FDB853;
}
.BgClassName
{
background-color: #FDB853;
}
</style>
border-color css
<style>
span { border-color: #FDB853; }
span { border-color: rgb(253,184,83); }
td.TdClassName
{
border-color: #FDB853;
}
.TagClassName
{
border-color: #FDB853;
}
</style>