Shades of Koromiko #FCB852
Tints of Koromiko #FCB852
RGB
CMYK
RGB Variations
Color information
#FCB852 (or 0xFCB852) is known color: Koromiko. HEX triplet: FC, B8 and 52. RGB value is (252,184,82). Sum of RGB (Red+Green+Blue) = 252+184+82=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB852 is #0347AD. Grayscale: #C1C1C1. Windows color (decimal): -214958 or 5421308. OLE color: 5421308.
HSL color Cylindrical-coordinate representation of color #FCB852: 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.67%. Process color model (Four color, CMYK) of #FCB852 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 82 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.01 |
| HSL | 36º | 0.97% | 0.65% | - |
| HSV(B) | 36º | 0.67% | 0.99% | - |
| XYZ | 58.81 | 55.59 | 15.61 | - |
| YUV | 192.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 82 | 0 | 0.27 | 0.67 | 0.01 | 36 | 0.97 | 0.65 |
| Hex | FC | B8 | 52 | 0 | 1B | 43 | 1 | 24 | 61 | 41 |
| Octal | 374 | 270 | 122 | 0 | 33 | 103 | 1 | 44 | 141 | 101 |
| Binary | 11111100 | 10111000 | 1010010 | 0 | 11011 | 1000011 | 1 | 100100 | 1100001 | 1000001 |
Color Harmonies of #FCB852
Complementary color
Monochromatic Colors of #FCB852
Black with #FCB852
Text Example
Text Example
White with #FCB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB852; }
p { color: rgb(252,184,82); }
H1.HeaderClassName
{
color: #FCB852;
}
.AnyTagClassName
{
color: #FCB852;
}
</style>
background-color css
<style>
a { background-color: #FCB852; }
a { background-color: rgb(252,184,82); }
div.DivClassName
{
background-color: #FCB852;
}
.BgClassName
{
background-color: #FCB852;
}
</style>
border-color css
<style>
span { border-color: #FCB852; }
span { border-color: rgb(252,184,82); }
td.TdClassName
{
border-color: #FCB852;
}
.TagClassName
{
border-color: #FCB852;
}
</style>