Shades of Koromiko #FCB84E
Tints of Koromiko #FCB84E
RGB
CMYK
RGB Variations
Color information
#FCB84E (or 0xFCB84E) is known color: Koromiko. HEX triplet: FC, B8 and 4E. RGB value is (252,184,78). Sum of RGB (Red+Green+Blue) = 252+184+78=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB84E is #0347B1. Grayscale: #C0C0C0. Windows color (decimal): -214962 or 5159164. OLE color: 5159164.
HSL color Cylindrical-coordinate representation of color #FCB84E: hue angle of 36.55º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCB84E is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 78 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.01 |
| HSL | 36.55º | 0.97% | 0.65% | - |
| HSV(B) | 36.55º | 0.69% | 0.99% | - |
| XYZ | 58.66 | 55.53 | 14.83 | - |
| YUV | 192.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 78 | 0 | 0.27 | 0.69 | 0.01 | 36.55 | 0.97 | 0.65 |
| Hex | FC | B8 | 4E | 0 | 1B | 45 | 1 | 25 | 61 | 41 |
| Octal | 374 | 270 | 116 | 0 | 33 | 105 | 1 | 45 | 141 | 101 |
| Binary | 11111100 | 10111000 | 1001110 | 0 | 11011 | 1000101 | 1 | 100101 | 1100001 | 1000001 |
Color Harmonies of #FCB84E
Complementary color
Monochromatic Colors of #FCB84E
Black with #FCB84E
Text Example
Text Example
White with #FCB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB84E; }
p { color: rgb(252,184,78); }
H1.HeaderClassName
{
color: #FCB84E;
}
.AnyTagClassName
{
color: #FCB84E;
}
</style>
background-color css
<style>
a { background-color: #FCB84E; }
a { background-color: rgb(252,184,78); }
div.DivClassName
{
background-color: #FCB84E;
}
.BgClassName
{
background-color: #FCB84E;
}
</style>
border-color css
<style>
span { border-color: #FCB84E; }
span { border-color: rgb(252,184,78); }
td.TdClassName
{
border-color: #FCB84E;
}
.TagClassName
{
border-color: #FCB84E;
}
</style>