Shades of Koromiko #FCB354
Tints of Koromiko #FCB354
RGB
CMYK
RGB Variations
Color information
#FCB354 (or 0xFCB354) is known color: Koromiko. HEX triplet: FC, B3 and 54. RGB value is (252,179,84). Sum of RGB (Red+Green+Blue) = 252+179+84=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB354 is #034CAB. Grayscale: #BEBEBE. Windows color (decimal): -216236 or 5551100. OLE color: 5551100.
HSL color Cylindrical-coordinate representation of color #FCB354: hue angle of 33.93º 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 #FCB354 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 84 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.01 |
| HSL | 33.93º | 0.97% | 0.66% | - |
| HSV(B) | 33.93º | 0.67% | 0.99% | - |
| XYZ | 57.87 | 53.58 | 15.68 | - |
| YUV | 190 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 84 | 0 | 0.29 | 0.67 | 0.01 | 33.93 | 0.97 | 0.66 |
| Hex | FC | B3 | 54 | 0 | 1D | 43 | 1 | 22 | 61 | 42 |
| Octal | 374 | 263 | 124 | 0 | 35 | 103 | 1 | 42 | 141 | 102 |
| Binary | 11111100 | 10110011 | 1010100 | 0 | 11101 | 1000011 | 1 | 100010 | 1100001 | 1000010 |
Color Harmonies of #FCB354
Complementary color
Monochromatic Colors of #FCB354
Black with #FCB354
Text Example
Text Example
White with #FCB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB354; }
p { color: rgb(252,179,84); }
H1.HeaderClassName
{
color: #FCB354;
}
.AnyTagClassName
{
color: #FCB354;
}
</style>
background-color css
<style>
a { background-color: #FCB354; }
a { background-color: rgb(252,179,84); }
div.DivClassName
{
background-color: #FCB354;
}
.BgClassName
{
background-color: #FCB354;
}
</style>
border-color css
<style>
span { border-color: #FCB354; }
span { border-color: rgb(252,179,84); }
td.TdClassName
{
border-color: #FCB354;
}
.TagClassName
{
border-color: #FCB354;
}
</style>