Shades of Koromiko #FCB54D
Tints of Koromiko #FCB54D
RGB
CMYK
RGB Variations
Color information
#FCB54D (or 0xFCB54D) is known color: Koromiko. HEX triplet: FC, B5 and 4D. RGB value is (252,181,77). Sum of RGB (Red+Green+Blue) = 252+181+77=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB54D is #034AB2. Grayscale: #BEBEBE. Windows color (decimal): -215731 or 5092860. OLE color: 5092860.
HSL color Cylindrical-coordinate representation of color #FCB54D: hue angle of 35.66º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCB54D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 77 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.01 |
| HSL | 35.66º | 0.97% | 0.65% | - |
| HSV(B) | 35.66º | 0.69% | 0.99% | - |
| XYZ | 58.01 | 54.28 | 14.44 | - |
| YUV | 190.37 | 64.02 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 77 | 0 | 0.28 | 0.69 | 0.01 | 35.66 | 0.97 | 0.65 |
| Hex | FC | B5 | 4D | 0 | 1C | 45 | 1 | 24 | 61 | 41 |
| Octal | 374 | 265 | 115 | 0 | 34 | 105 | 1 | 44 | 141 | 101 |
| Binary | 11111100 | 10110101 | 1001101 | 0 | 11100 | 1000101 | 1 | 100100 | 1100001 | 1000001 |
Color Harmonies of #FCB54D
Complementary color
Monochromatic Colors of #FCB54D
Black with #FCB54D
Text Example
Text Example
White with #FCB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB54D; }
p { color: rgb(252,181,77); }
H1.HeaderClassName
{
color: #FCB54D;
}
.AnyTagClassName
{
color: #FCB54D;
}
</style>
background-color css
<style>
a { background-color: #FCB54D; }
a { background-color: rgb(252,181,77); }
div.DivClassName
{
background-color: #FCB54D;
}
.BgClassName
{
background-color: #FCB54D;
}
</style>
border-color css
<style>
span { border-color: #FCB54D; }
span { border-color: rgb(252,181,77); }
td.TdClassName
{
border-color: #FCB54D;
}
.TagClassName
{
border-color: #FCB54D;
}
</style>