Shades of Koromiko #FDB051
Tints of Koromiko #FDB051
RGB
CMYK
RGB Variations
Color information
#FDB051 (or 0xFDB051) is known color: Koromiko. HEX triplet: FD, B0 and 51. RGB value is (253,176,81). Sum of RGB (Red+Green+Blue) = 253+176+81=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB051 is #024FAE. Grayscale: #BCBCBC. Windows color (decimal): -151471 or 5353725. OLE color: 5353725.
HSL color Cylindrical-coordinate representation of color #FDB051: hue angle of 33.14º 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 #FDB051 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 81 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.01 |
| HSL | 33.14º | 0.98% | 0.65% | - |
| HSV(B) | 33.14º | 0.68% | 0.99% | - |
| XYZ | 57.52 | 52.53 | 14.89 | - |
| YUV | 188.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 81 | 0 | 0.30 | 0.68 | 0.01 | 33.14 | 0.98 | 0.65 |
| Hex | FD | B0 | 51 | 0 | 1E | 44 | 1 | 21 | 62 | 41 |
| Octal | 375 | 260 | 121 | 0 | 36 | 104 | 1 | 41 | 142 | 101 |
| Binary | 11111101 | 10110000 | 1010001 | 0 | 11110 | 1000100 | 1 | 100001 | 1100010 | 1000001 |
Color Harmonies of #FDB051
Complementary color
Monochromatic Colors of #FDB051
Black with #FDB051
Text Example
Text Example
White with #FDB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB051; }
p { color: rgb(253,176,81); }
H1.HeaderClassName
{
color: #FDB051;
}
.AnyTagClassName
{
color: #FDB051;
}
</style>
background-color css
<style>
a { background-color: #FDB051; }
a { background-color: rgb(253,176,81); }
div.DivClassName
{
background-color: #FDB051;
}
.BgClassName
{
background-color: #FDB051;
}
</style>
border-color css
<style>
span { border-color: #FDB051; }
span { border-color: rgb(253,176,81); }
td.TdClassName
{
border-color: #FDB051;
}
.TagClassName
{
border-color: #FDB051;
}
</style>