Shades of Koromiko #FCB64D
Tints of Koromiko #FCB64D
RGB
CMYK
RGB Variations
Color information
#FCB64D (or 0xFCB64D) is known color: Koromiko. HEX triplet: FC, B6 and 4D. RGB value is (252,182,77). Sum of RGB (Red+Green+Blue) = 252+182+77=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB64D is #0349B2. Grayscale: #BFBFBF. Windows color (decimal): -215475 or 5093116. OLE color: 5093116.
HSL color Cylindrical-coordinate representation of color #FCB64D: hue angle of 36º 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 #FCB64D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 77 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.01 |
| HSL | 36º | 0.97% | 0.65% | - |
| HSV(B) | 36º | 0.69% | 0.99% | - |
| XYZ | 58.21 | 54.69 | 14.51 | - |
| YUV | 190.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 77 | 0 | 0.28 | 0.69 | 0.01 | 36 | 0.97 | 0.65 |
| Hex | FC | B6 | 4D | 0 | 1C | 45 | 1 | 24 | 61 | 41 |
| Octal | 374 | 266 | 115 | 0 | 34 | 105 | 1 | 44 | 141 | 101 |
| Binary | 11111100 | 10110110 | 1001101 | 0 | 11100 | 1000101 | 1 | 100100 | 1100001 | 1000001 |
Color Harmonies of #FCB64D
Complementary color
Monochromatic Colors of #FCB64D
Black with #FCB64D
Text Example
Text Example
White with #FCB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB64D; }
p { color: rgb(252,182,77); }
H1.HeaderClassName
{
color: #FCB64D;
}
.AnyTagClassName
{
color: #FCB64D;
}
</style>
background-color css
<style>
a { background-color: #FCB64D; }
a { background-color: rgb(252,182,77); }
div.DivClassName
{
background-color: #FCB64D;
}
.BgClassName
{
background-color: #FCB64D;
}
</style>
border-color css
<style>
span { border-color: #FCB64D; }
span { border-color: rgb(252,182,77); }
td.TdClassName
{
border-color: #FCB64D;
}
.TagClassName
{
border-color: #FCB64D;
}
</style>