Shades of Koromiko #FCB14C
Tints of Koromiko #FCB14C
RGB
CMYK
RGB Variations
Color information
#FCB14C (or 0xFCB14C) is known color: Koromiko. HEX triplet: FC, B1 and 4C. RGB value is (252,177,76). Sum of RGB (Red+Green+Blue) = 252+177+76=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB14C is #034EB3. Grayscale: #BCBCBC. Windows color (decimal): -216756 or 5026300. OLE color: 5026300.
HSL color Cylindrical-coordinate representation of color #FCB14C: hue angle of 34.43º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCB14C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 76 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.01 |
| HSL | 34.43º | 0.97% | 0.64% | - |
| HSV(B) | 34.43º | 0.7% | 0.99% | - |
| XYZ | 57.17 | 52.66 | 13.99 | - |
| YUV | 187.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 76 | 0 | 0.30 | 0.70 | 0.01 | 34.43 | 0.97 | 0.64 |
| Hex | FC | B1 | 4C | 0 | 1E | 46 | 1 | 22 | 61 | 40 |
| Octal | 374 | 261 | 114 | 0 | 36 | 106 | 1 | 42 | 141 | 100 |
| Binary | 11111100 | 10110001 | 1001100 | 0 | 11110 | 1000110 | 1 | 100010 | 1100001 | 1000000 |
Color Harmonies of #FCB14C
Complementary color
Monochromatic Colors of #FCB14C
Black with #FCB14C
Text Example
Text Example
White with #FCB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB14C; }
p { color: rgb(252,177,76); }
H1.HeaderClassName
{
color: #FCB14C;
}
.AnyTagClassName
{
color: #FCB14C;
}
</style>
background-color css
<style>
a { background-color: #FCB14C; }
a { background-color: rgb(252,177,76); }
div.DivClassName
{
background-color: #FCB14C;
}
.BgClassName
{
background-color: #FCB14C;
}
</style>
border-color css
<style>
span { border-color: #FCB14C; }
span { border-color: rgb(252,177,76); }
td.TdClassName
{
border-color: #FCB14C;
}
.TagClassName
{
border-color: #FCB14C;
}
</style>