Shades of Koromiko #FCB350
Tints of Koromiko #FCB350
RGB
CMYK
RGB Variations
Color information
#FCB350 (or 0xFCB350) is known color: Koromiko. HEX triplet: FC, B3 and 50. RGB value is (252,179,80). Sum of RGB (Red+Green+Blue) = 252+179+80=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB350 is #034CAF. Grayscale: #BEBEBE. Windows color (decimal): -216240 or 5288956. OLE color: 5288956.
HSL color Cylindrical-coordinate representation of color #FCB350: hue angle of 34.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCB350 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 80 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.01 |
| HSL | 34.53º | 0.97% | 0.65% | - |
| HSV(B) | 34.53º | 0.68% | 0.99% | - |
| XYZ | 57.71 | 53.51 | 14.88 | - |
| YUV | 189.54 | 66.18 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 80 | 0 | 0.29 | 0.68 | 0.01 | 34.53 | 0.97 | 0.65 |
| Hex | FC | B3 | 50 | 0 | 1D | 44 | 1 | 23 | 61 | 41 |
| Octal | 374 | 263 | 120 | 0 | 35 | 104 | 1 | 43 | 141 | 101 |
| Binary | 11111100 | 10110011 | 1010000 | 0 | 11101 | 1000100 | 1 | 100011 | 1100001 | 1000001 |
Color Harmonies of #FCB350
Complementary color
Monochromatic Colors of #FCB350
Black with #FCB350
Text Example
Text Example
White with #FCB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB350; }
p { color: rgb(252,179,80); }
H1.HeaderClassName
{
color: #FCB350;
}
.AnyTagClassName
{
color: #FCB350;
}
</style>
background-color css
<style>
a { background-color: #FCB350; }
a { background-color: rgb(252,179,80); }
div.DivClassName
{
background-color: #FCB350;
}
.BgClassName
{
background-color: #FCB350;
}
</style>
border-color css
<style>
span { border-color: #FCB350; }
span { border-color: rgb(252,179,80); }
td.TdClassName
{
border-color: #FCB350;
}
.TagClassName
{
border-color: #FCB350;
}
</style>