Shades of Koromiko #FCB85A
Tints of Koromiko #FCB85A
RGB
CMYK
RGB Variations
Color information
#FCB85A (or 0xFCB85A) is known color: Koromiko. HEX triplet: FC, B8 and 5A. RGB value is (252,184,90). Sum of RGB (Red+Green+Blue) = 252+184+90=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB85A is #0347A5. Grayscale: #C2C2C2. Windows color (decimal): -214950 or 5945596. OLE color: 5945596.
HSL color Cylindrical-coordinate representation of color #FCB85A: hue angle of 34.81º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCB85A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 90 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.01 |
| HSL | 34.81º | 0.96% | 0.67% | - |
| HSV(B) | 34.81º | 0.64% | 0.99% | - |
| XYZ | 59.13 | 55.71 | 17.31 | - |
| YUV | 193.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 90 | 0 | 0.27 | 0.64 | 0.01 | 34.81 | 0.96 | 0.67 |
| Hex | FC | B8 | 5A | 0 | 1B | 40 | 1 | 23 | 60 | 43 |
| Octal | 374 | 270 | 132 | 0 | 33 | 100 | 1 | 43 | 140 | 103 |
| Binary | 11111100 | 10111000 | 1011010 | 0 | 11011 | 1000000 | 1 | 100011 | 1100000 | 1000011 |
Color Harmonies of #FCB85A
Complementary color
Monochromatic Colors of #FCB85A
Black with #FCB85A
Text Example
Text Example
White with #FCB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB85A; }
p { color: rgb(252,184,90); }
H1.HeaderClassName
{
color: #FCB85A;
}
.AnyTagClassName
{
color: #FCB85A;
}
</style>
background-color css
<style>
a { background-color: #FCB85A; }
a { background-color: rgb(252,184,90); }
div.DivClassName
{
background-color: #FCB85A;
}
.BgClassName
{
background-color: #FCB85A;
}
</style>
border-color css
<style>
span { border-color: #FCB85A; }
span { border-color: rgb(252,184,90); }
td.TdClassName
{
border-color: #FCB85A;
}
.TagClassName
{
border-color: #FCB85A;
}
</style>