Shades of Koromiko #FCB84B
Tints of Koromiko #FCB84B
RGB
CMYK
RGB Variations
Color information
#FCB84B (or 0xFCB84B) is known color: Koromiko. HEX triplet: FC, B8 and 4B. RGB value is (252,184,75). Sum of RGB (Red+Green+Blue) = 252+184+75=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB84B is #0347B4. Grayscale: #C0C0C0. Windows color (decimal): -214965 or 4962556. OLE color: 4962556.
HSL color Cylindrical-coordinate representation of color #FCB84B: hue angle of 36.95º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCB84B is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 75 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.01 |
| HSL | 36.95º | 0.97% | 0.64% | - |
| HSV(B) | 36.95º | 0.7% | 0.99% | - |
| XYZ | 58.56 | 55.48 | 14.28 | - |
| YUV | 191.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 75 | 0 | 0.27 | 0.70 | 0.01 | 36.95 | 0.97 | 0.64 |
| Hex | FC | B8 | 4B | 0 | 1B | 46 | 1 | 25 | 61 | 40 |
| Octal | 374 | 270 | 113 | 0 | 33 | 106 | 1 | 45 | 141 | 100 |
| Binary | 11111100 | 10111000 | 1001011 | 0 | 11011 | 1000110 | 1 | 100101 | 1100001 | 1000000 |
Color Harmonies of #FCB84B
Complementary color
Monochromatic Colors of #FCB84B
Black with #FCB84B
Text Example
Text Example
White with #FCB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB84B; }
p { color: rgb(252,184,75); }
H1.HeaderClassName
{
color: #FCB84B;
}
.AnyTagClassName
{
color: #FCB84B;
}
</style>
background-color css
<style>
a { background-color: #FCB84B; }
a { background-color: rgb(252,184,75); }
div.DivClassName
{
background-color: #FCB84B;
}
.BgClassName
{
background-color: #FCB84B;
}
</style>
border-color css
<style>
span { border-color: #FCB84B; }
span { border-color: rgb(252,184,75); }
td.TdClassName
{
border-color: #FCB84B;
}
.TagClassName
{
border-color: #FCB84B;
}
</style>