Shades of Koromiko #FCB454
Tints of Koromiko #FCB454
RGB
CMYK
RGB Variations
Color information
#FCB454 (or 0xFCB454) is known color: Koromiko. HEX triplet: FC, B4 and 54. RGB value is (252,180,84). Sum of RGB (Red+Green+Blue) = 252+180+84=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB454 is #034BAB. Grayscale: #BFBFBF. Windows color (decimal): -215980 or 5551356. OLE color: 5551356.
HSL color Cylindrical-coordinate representation of color #FCB454: hue angle of 34.29º 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 #FCB454 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 84 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.01 |
| HSL | 34.29º | 0.97% | 0.66% | - |
| HSV(B) | 34.29º | 0.67% | 0.99% | - |
| XYZ | 58.07 | 53.98 | 15.75 | - |
| YUV | 190.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 84 | 0 | 0.29 | 0.67 | 0.01 | 34.29 | 0.97 | 0.66 |
| Hex | FC | B4 | 54 | 0 | 1D | 43 | 1 | 22 | 61 | 42 |
| Octal | 374 | 264 | 124 | 0 | 35 | 103 | 1 | 42 | 141 | 102 |
| Binary | 11111100 | 10110100 | 1010100 | 0 | 11101 | 1000011 | 1 | 100010 | 1100001 | 1000010 |
Color Harmonies of #FCB454
Complementary color
Monochromatic Colors of #FCB454
Black with #FCB454
Text Example
Text Example
White with #FCB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB454; }
p { color: rgb(252,180,84); }
H1.HeaderClassName
{
color: #FCB454;
}
.AnyTagClassName
{
color: #FCB454;
}
</style>
background-color css
<style>
a { background-color: #FCB454; }
a { background-color: rgb(252,180,84); }
div.DivClassName
{
background-color: #FCB454;
}
.BgClassName
{
background-color: #FCB454;
}
</style>
border-color css
<style>
span { border-color: #FCB454; }
span { border-color: rgb(252,180,84); }
td.TdClassName
{
border-color: #FCB454;
}
.TagClassName
{
border-color: #FCB454;
}
</style>