Shades of Koromiko #FDB150
Tints of Koromiko #FDB150
RGB
CMYK
RGB Variations
Color information
#FDB150 (or 0xFDB150) is known color: Koromiko. HEX triplet: FD, B1 and 50. RGB value is (253,177,80). Sum of RGB (Red+Green+Blue) = 253+177+80=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB150 is #024EAF. Grayscale: #BDBDBD. Windows color (decimal): -151216 or 5288445. OLE color: 5288445.
HSL color Cylindrical-coordinate representation of color #FDB150: hue angle of 33.64º 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 #FDB150 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 80 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.01 |
| HSL | 33.64º | 0.98% | 0.65% | - |
| HSV(B) | 33.64º | 0.68% | 0.99% | - |
| XYZ | 57.68 | 52.91 | 14.76 | - |
| YUV | 188.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 80 | 0 | 0.30 | 0.68 | 0.01 | 33.64 | 0.98 | 0.65 |
| Hex | FD | B1 | 50 | 0 | 1E | 44 | 1 | 22 | 62 | 41 |
| Octal | 375 | 261 | 120 | 0 | 36 | 104 | 1 | 42 | 142 | 101 |
| Binary | 11111101 | 10110001 | 1010000 | 0 | 11110 | 1000100 | 1 | 100010 | 1100010 | 1000001 |
Color Harmonies of #FDB150
Complementary color
Monochromatic Colors of #FDB150
Black with #FDB150
Text Example
Text Example
White with #FDB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB150; }
p { color: rgb(253,177,80); }
H1.HeaderClassName
{
color: #FDB150;
}
.AnyTagClassName
{
color: #FDB150;
}
</style>
background-color css
<style>
a { background-color: #FDB150; }
a { background-color: rgb(253,177,80); }
div.DivClassName
{
background-color: #FDB150;
}
.BgClassName
{
background-color: #FDB150;
}
</style>
border-color css
<style>
span { border-color: #FDB150; }
span { border-color: rgb(253,177,80); }
td.TdClassName
{
border-color: #FDB150;
}
.TagClassName
{
border-color: #FDB150;
}
</style>