Shades of Koromiko #FCB753
Tints of Koromiko #FCB753
RGB
CMYK
RGB Variations
Color information
#FCB753 (or 0xFCB753) is known color: Koromiko. HEX triplet: FC, B7 and 53. RGB value is (252,183,83). Sum of RGB (Red+Green+Blue) = 252+183+83=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB753 is #0348AC. Grayscale: #C0C0C0. Windows color (decimal): -215213 or 5486588. OLE color: 5486588.
HSL color Cylindrical-coordinate representation of color #FCB753: hue angle of 35.5º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCB753 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 83 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.01 |
| HSL | 35.5º | 0.97% | 0.66% | - |
| HSV(B) | 35.5º | 0.67% | 0.99% | - |
| XYZ | 58.64 | 55.19 | 15.75 | - |
| YUV | 192.23 | 66.36 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 83 | 0 | 0.27 | 0.67 | 0.01 | 35.5 | 0.97 | 0.66 |
| Hex | FC | B7 | 53 | 0 | 1B | 43 | 1 | 24 | 61 | 42 |
| Octal | 374 | 267 | 123 | 0 | 33 | 103 | 1 | 44 | 141 | 102 |
| Binary | 11111100 | 10110111 | 1010011 | 0 | 11011 | 1000011 | 1 | 100100 | 1100001 | 1000010 |
Color Harmonies of #FCB753
Complementary color
Monochromatic Colors of #FCB753
Black with #FCB753
Text Example
Text Example
White with #FCB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB753; }
p { color: rgb(252,183,83); }
H1.HeaderClassName
{
color: #FCB753;
}
.AnyTagClassName
{
color: #FCB753;
}
</style>
background-color css
<style>
a { background-color: #FCB753; }
a { background-color: rgb(252,183,83); }
div.DivClassName
{
background-color: #FCB753;
}
.BgClassName
{
background-color: #FCB753;
}
</style>
border-color css
<style>
span { border-color: #FCB753; }
span { border-color: rgb(252,183,83); }
td.TdClassName
{
border-color: #FCB753;
}
.TagClassName
{
border-color: #FCB753;
}
</style>