Shades of Koromiko #FCB84F
Tints of Koromiko #FCB84F
RGB
CMYK
RGB Variations
Color information
#FCB84F (or 0xFCB84F) is known color: Koromiko. HEX triplet: FC, B8 and 4F. RGB value is (252,184,79). Sum of RGB (Red+Green+Blue) = 252+184+79=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB84F is #0347B0. Grayscale: #C0C0C0. Windows color (decimal): -214961 or 5224700. OLE color: 5224700.
HSL color Cylindrical-coordinate representation of color #FCB84F: hue angle of 36.42º 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 #FCB84F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 79 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.01 |
| HSL | 36.42º | 0.97% | 0.65% | - |
| HSV(B) | 36.42º | 0.69% | 0.99% | - |
| XYZ | 58.7 | 55.54 | 15.02 | - |
| YUV | 192.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 79 | 0 | 0.27 | 0.69 | 0.01 | 36.42 | 0.97 | 0.65 |
| Hex | FC | B8 | 4F | 0 | 1B | 45 | 1 | 24 | 61 | 41 |
| Octal | 374 | 270 | 117 | 0 | 33 | 105 | 1 | 44 | 141 | 101 |
| Binary | 11111100 | 10111000 | 1001111 | 0 | 11011 | 1000101 | 1 | 100100 | 1100001 | 1000001 |
Color Harmonies of #FCB84F
Complementary color
Monochromatic Colors of #FCB84F
Black with #FCB84F
Text Example
Text Example
White with #FCB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB84F; }
p { color: rgb(252,184,79); }
H1.HeaderClassName
{
color: #FCB84F;
}
.AnyTagClassName
{
color: #FCB84F;
}
</style>
background-color css
<style>
a { background-color: #FCB84F; }
a { background-color: rgb(252,184,79); }
div.DivClassName
{
background-color: #FCB84F;
}
.BgClassName
{
background-color: #FCB84F;
}
</style>
border-color css
<style>
span { border-color: #FCB84F; }
span { border-color: rgb(252,184,79); }
td.TdClassName
{
border-color: #FCB84F;
}
.TagClassName
{
border-color: #FCB84F;
}
</style>