Shades of Koromiko #FDB851
Tints of Koromiko #FDB851
RGB
CMYK
RGB Variations
Color information
#FDB851 (or 0xFDB851) is known color: Koromiko. HEX triplet: FD, B8 and 51. RGB value is (253,184,81). Sum of RGB (Red+Green+Blue) = 253+184+81=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB851 is #0247AE. Grayscale: #C1C1C1. Windows color (decimal): -149423 or 5355773. OLE color: 5355773.
HSL color Cylindrical-coordinate representation of color #FDB851: hue angle of 35.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDB851 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 81 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.01 |
| HSL | 35.93º | 0.98% | 0.65% | - |
| HSV(B) | 35.93º | 0.68% | 0.99% | - |
| XYZ | 59.13 | 55.76 | 15.43 | - |
| YUV | 192.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 81 | 0 | 0.27 | 0.68 | 0.01 | 35.93 | 0.98 | 0.65 |
| Hex | FD | B8 | 51 | 0 | 1B | 44 | 1 | 24 | 62 | 41 |
| Octal | 375 | 270 | 121 | 0 | 33 | 104 | 1 | 44 | 142 | 101 |
| Binary | 11111101 | 10111000 | 1010001 | 0 | 11011 | 1000100 | 1 | 100100 | 1100010 | 1000001 |
Color Harmonies of #FDB851
Complementary color
Monochromatic Colors of #FDB851
Black with #FDB851
Text Example
Text Example
White with #FDB851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB851; }
p { color: rgb(253,184,81); }
H1.HeaderClassName
{
color: #FDB851;
}
.AnyTagClassName
{
color: #FDB851;
}
</style>
background-color css
<style>
a { background-color: #FDB851; }
a { background-color: rgb(253,184,81); }
div.DivClassName
{
background-color: #FDB851;
}
.BgClassName
{
background-color: #FDB851;
}
</style>
border-color css
<style>
span { border-color: #FDB851; }
span { border-color: rgb(253,184,81); }
td.TdClassName
{
border-color: #FDB851;
}
.TagClassName
{
border-color: #FDB851;
}
</style>