Shades of Koromiko #FCB150
Tints of Koromiko #FCB150
RGB
CMYK
RGB Variations
Color information
#FCB150 (or 0xFCB150) is known color: Koromiko. HEX triplet: FC, B1 and 50. RGB value is (252,177,80). Sum of RGB (Red+Green+Blue) = 252+177+80=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB150 is #034EAF. Grayscale: #BCBCBC. Windows color (decimal): -216752 or 5288444. OLE color: 5288444.
HSL color Cylindrical-coordinate representation of color #FCB150: hue angle of 33.84º degrees, saturation: 0.97, 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 #FCB150 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 80 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.01 |
| HSL | 33.84º | 0.97% | 0.65% | - |
| HSV(B) | 33.84º | 0.68% | 0.99% | - |
| XYZ | 57.32 | 52.72 | 14.74 | - |
| YUV | 188.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 80 | 0 | 0.30 | 0.68 | 0.01 | 33.84 | 0.97 | 0.65 |
| Hex | FC | B1 | 50 | 0 | 1E | 44 | 1 | 22 | 61 | 41 |
| Octal | 374 | 261 | 120 | 0 | 36 | 104 | 1 | 42 | 141 | 101 |
| Binary | 11111100 | 10110001 | 1010000 | 0 | 11110 | 1000100 | 1 | 100010 | 1100001 | 1000001 |
Color Harmonies of #FCB150
Complementary color
Monochromatic Colors of #FCB150
Black with #FCB150
Text Example
Text Example
White with #FCB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB150; }
p { color: rgb(252,177,80); }
H1.HeaderClassName
{
color: #FCB150;
}
.AnyTagClassName
{
color: #FCB150;
}
</style>
background-color css
<style>
a { background-color: #FCB150; }
a { background-color: rgb(252,177,80); }
div.DivClassName
{
background-color: #FCB150;
}
.BgClassName
{
background-color: #FCB150;
}
</style>
border-color css
<style>
span { border-color: #FCB150; }
span { border-color: rgb(252,177,80); }
td.TdClassName
{
border-color: #FCB150;
}
.TagClassName
{
border-color: #FCB150;
}
</style>