Shades of Koromiko #FDB050
Tints of Koromiko #FDB050
RGB
CMYK
RGB Variations
Color information
#FDB050 (or 0xFDB050) is known color: Koromiko. HEX triplet: FD, B0 and 50. RGB value is (253,176,80). Sum of RGB (Red+Green+Blue) = 253+176+80=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB050 is #024FAF. Grayscale: #BCBCBC. Windows color (decimal): -151472 or 5288189. OLE color: 5288189.
HSL color Cylindrical-coordinate representation of color #FDB050: hue angle of 33.29º 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 #FDB050 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 80 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.01 |
| HSL | 33.29º | 0.98% | 0.65% | - |
| HSV(B) | 33.29º | 0.68% | 0.99% | - |
| XYZ | 57.48 | 52.51 | 14.7 | - |
| YUV | 188.08 | 67.01 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 80 | 0 | 0.30 | 0.68 | 0.01 | 33.29 | 0.98 | 0.65 |
| Hex | FD | B0 | 50 | 0 | 1E | 44 | 1 | 21 | 62 | 41 |
| Octal | 375 | 260 | 120 | 0 | 36 | 104 | 1 | 41 | 142 | 101 |
| Binary | 11111101 | 10110000 | 1010000 | 0 | 11110 | 1000100 | 1 | 100001 | 1100010 | 1000001 |
Color Harmonies of #FDB050
Complementary color
Monochromatic Colors of #FDB050
Black with #FDB050
Text Example
Text Example
White with #FDB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB050; }
p { color: rgb(253,176,80); }
H1.HeaderClassName
{
color: #FDB050;
}
.AnyTagClassName
{
color: #FDB050;
}
</style>
background-color css
<style>
a { background-color: #FDB050; }
a { background-color: rgb(253,176,80); }
div.DivClassName
{
background-color: #FDB050;
}
.BgClassName
{
background-color: #FDB050;
}
</style>
border-color css
<style>
span { border-color: #FDB050; }
span { border-color: rgb(253,176,80); }
td.TdClassName
{
border-color: #FDB050;
}
.TagClassName
{
border-color: #FDB050;
}
</style>