Shades of Koromiko #FCB752
Tints of Koromiko #FCB752
RGB
CMYK
RGB Variations
Color information
#FCB752 (or 0xFCB752) is known color: Koromiko. HEX triplet: FC, B7 and 52. RGB value is (252,183,82). Sum of RGB (Red+Green+Blue) = 252+183+82=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB752 is #0348AD. Grayscale: #C0C0C0. Windows color (decimal): -215214 or 5421052. OLE color: 5421052.
HSL color Cylindrical-coordinate representation of color #FCB752: hue angle of 35.65º 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 #FCB752 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 82 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.01 |
| HSL | 35.65º | 0.97% | 0.65% | - |
| HSV(B) | 35.65º | 0.67% | 0.99% | - |
| XYZ | 58.6 | 55.17 | 15.54 | - |
| YUV | 192.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 82 | 0 | 0.27 | 0.67 | 0.01 | 35.65 | 0.97 | 0.65 |
| Hex | FC | B7 | 52 | 0 | 1B | 43 | 1 | 24 | 61 | 41 |
| Octal | 374 | 267 | 122 | 0 | 33 | 103 | 1 | 44 | 141 | 101 |
| Binary | 11111100 | 10110111 | 1010010 | 0 | 11011 | 1000011 | 1 | 100100 | 1100001 | 1000001 |
Color Harmonies of #FCB752
Complementary color
Monochromatic Colors of #FCB752
Black with #FCB752
Text Example
Text Example
White with #FCB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB752; }
p { color: rgb(252,183,82); }
H1.HeaderClassName
{
color: #FCB752;
}
.AnyTagClassName
{
color: #FCB752;
}
</style>
background-color css
<style>
a { background-color: #FCB752; }
a { background-color: rgb(252,183,82); }
div.DivClassName
{
background-color: #FCB752;
}
.BgClassName
{
background-color: #FCB752;
}
</style>
border-color css
<style>
span { border-color: #FCB752; }
span { border-color: rgb(252,183,82); }
td.TdClassName
{
border-color: #FCB752;
}
.TagClassName
{
border-color: #FCB752;
}
</style>