Shades of Koromiko #FCB353
Tints of Koromiko #FCB353
RGB
CMYK
RGB Variations
Color information
#FCB353 (or 0xFCB353) is known color: Koromiko. HEX triplet: FC, B3 and 53. RGB value is (252,179,83). Sum of RGB (Red+Green+Blue) = 252+179+83=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB353 is #034CAC. Grayscale: #BEBEBE. Windows color (decimal): -216237 or 5485564. OLE color: 5485564.
HSL color Cylindrical-coordinate representation of color #FCB353: hue angle of 34.08º 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 #FCB353 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 83 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.01 |
| HSL | 34.08º | 0.97% | 0.66% | - |
| HSV(B) | 34.08º | 0.67% | 0.99% | - |
| XYZ | 57.83 | 53.56 | 15.47 | - |
| YUV | 189.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 83 | 0 | 0.29 | 0.67 | 0.01 | 34.08 | 0.97 | 0.66 |
| Hex | FC | B3 | 53 | 0 | 1D | 43 | 1 | 22 | 61 | 42 |
| Octal | 374 | 263 | 123 | 0 | 35 | 103 | 1 | 42 | 141 | 102 |
| Binary | 11111100 | 10110011 | 1010011 | 0 | 11101 | 1000011 | 1 | 100010 | 1100001 | 1000010 |
Color Harmonies of #FCB353
Complementary color
Monochromatic Colors of #FCB353
Black with #FCB353
Text Example
Text Example
White with #FCB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB353; }
p { color: rgb(252,179,83); }
H1.HeaderClassName
{
color: #FCB353;
}
.AnyTagClassName
{
color: #FCB353;
}
</style>
background-color css
<style>
a { background-color: #FCB353; }
a { background-color: rgb(252,179,83); }
div.DivClassName
{
background-color: #FCB353;
}
.BgClassName
{
background-color: #FCB353;
}
</style>
border-color css
<style>
span { border-color: #FCB353; }
span { border-color: rgb(252,179,83); }
td.TdClassName
{
border-color: #FCB353;
}
.TagClassName
{
border-color: #FCB353;
}
</style>