Shades of Koromiko #FCB553
Tints of Koromiko #FCB553
RGB
CMYK
RGB Variations
Color information
#FCB553 (or 0xFCB553) is known color: Koromiko. HEX triplet: FC, B5 and 53. RGB value is (252,181,83). Sum of RGB (Red+Green+Blue) = 252+181+83=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB553 is #034AAC. Grayscale: #BFBFBF. Windows color (decimal): -215725 or 5486076. OLE color: 5486076.
HSL color Cylindrical-coordinate representation of color #FCB553: hue angle of 34.79º 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 #FCB553 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 83 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.01 |
| HSL | 34.79º | 0.97% | 0.66% | - |
| HSV(B) | 34.79º | 0.67% | 0.99% | - |
| XYZ | 58.23 | 54.37 | 15.61 | - |
| YUV | 191.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 83 | 0 | 0.28 | 0.67 | 0.01 | 34.79 | 0.97 | 0.66 |
| Hex | FC | B5 | 53 | 0 | 1C | 43 | 1 | 23 | 61 | 42 |
| Octal | 374 | 265 | 123 | 0 | 34 | 103 | 1 | 43 | 141 | 102 |
| Binary | 11111100 | 10110101 | 1010011 | 0 | 11100 | 1000011 | 1 | 100011 | 1100001 | 1000010 |
Color Harmonies of #FCB553
Complementary color
Monochromatic Colors of #FCB553
Black with #FCB553
Text Example
Text Example
White with #FCB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB553; }
p { color: rgb(252,181,83); }
H1.HeaderClassName
{
color: #FCB553;
}
.AnyTagClassName
{
color: #FCB553;
}
</style>
background-color css
<style>
a { background-color: #FCB553; }
a { background-color: rgb(252,181,83); }
div.DivClassName
{
background-color: #FCB553;
}
.BgClassName
{
background-color: #FCB553;
}
</style>
border-color css
<style>
span { border-color: #FCB553; }
span { border-color: rgb(252,181,83); }
td.TdClassName
{
border-color: #FCB553;
}
.TagClassName
{
border-color: #FCB553;
}
</style>