Shades of Koromiko #FCB54C
Tints of Koromiko #FCB54C
RGB
CMYK
RGB Variations
Color information
#FCB54C (or 0xFCB54C) is known color: Koromiko. HEX triplet: FC, B5 and 4C. RGB value is (252,181,76). Sum of RGB (Red+Green+Blue) = 252+181+76=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB54C is #034AB3. Grayscale: #BEBEBE. Windows color (decimal): -215732 or 5027324. OLE color: 5027324.
HSL color Cylindrical-coordinate representation of color #FCB54C: hue angle of 35.8º 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 #FCB54C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 76 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.01 |
| HSL | 35.8º | 0.97% | 0.64% | - |
| HSV(B) | 35.8º | 0.7% | 0.99% | - |
| XYZ | 57.97 | 54.27 | 14.26 | - |
| YUV | 190.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 76 | 0 | 0.28 | 0.70 | 0.01 | 35.8 | 0.97 | 0.64 |
| Hex | FC | B5 | 4C | 0 | 1C | 46 | 1 | 24 | 61 | 40 |
| Octal | 374 | 265 | 114 | 0 | 34 | 106 | 1 | 44 | 141 | 100 |
| Binary | 11111100 | 10110101 | 1001100 | 0 | 11100 | 1000110 | 1 | 100100 | 1100001 | 1000000 |
Color Harmonies of #FCB54C
Complementary color
Monochromatic Colors of #FCB54C
Black with #FCB54C
Text Example
Text Example
White with #FCB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB54C; }
p { color: rgb(252,181,76); }
H1.HeaderClassName
{
color: #FCB54C;
}
.AnyTagClassName
{
color: #FCB54C;
}
</style>
background-color css
<style>
a { background-color: #FCB54C; }
a { background-color: rgb(252,181,76); }
div.DivClassName
{
background-color: #FCB54C;
}
.BgClassName
{
background-color: #FCB54C;
}
</style>
border-color css
<style>
span { border-color: #FCB54C; }
span { border-color: rgb(252,181,76); }
td.TdClassName
{
border-color: #FCB54C;
}
.TagClassName
{
border-color: #FCB54C;
}
</style>