Shades of Koromiko #FCB64A
Tints of Koromiko #FCB64A
RGB
CMYK
RGB Variations
Color information
#FCB64A (or 0xFCB64A) is known color: Koromiko. HEX triplet: FC, B6 and 4A. RGB value is (252,182,74). Sum of RGB (Red+Green+Blue) = 252+182+74=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB64A is #0349B5. Grayscale: #BFBFBF. Windows color (decimal): -215478 or 4896508. OLE color: 4896508.
HSL color Cylindrical-coordinate representation of color #FCB64A: hue angle of 36.4º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCB64A is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 74 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.01 |
| HSL | 36.4º | 0.97% | 0.64% | - |
| HSV(B) | 36.4º | 0.71% | 0.99% | - |
| XYZ | 58.11 | 54.65 | 13.96 | - |
| YUV | 190.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 74 | 0 | 0.28 | 0.71 | 0.01 | 36.4 | 0.97 | 0.64 |
| Hex | FC | B6 | 4A | 0 | 1C | 47 | 1 | 24 | 61 | 40 |
| Octal | 374 | 266 | 112 | 0 | 34 | 107 | 1 | 44 | 141 | 100 |
| Binary | 11111100 | 10110110 | 1001010 | 0 | 11100 | 1000111 | 1 | 100100 | 1100001 | 1000000 |
Color Harmonies of #FCB64A
Complementary color
Monochromatic Colors of #FCB64A
Black with #FCB64A
Text Example
Text Example
White with #FCB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB64A; }
p { color: rgb(252,182,74); }
H1.HeaderClassName
{
color: #FCB64A;
}
.AnyTagClassName
{
color: #FCB64A;
}
</style>
background-color css
<style>
a { background-color: #FCB64A; }
a { background-color: rgb(252,182,74); }
div.DivClassName
{
background-color: #FCB64A;
}
.BgClassName
{
background-color: #FCB64A;
}
</style>
border-color css
<style>
span { border-color: #FCB64A; }
span { border-color: rgb(252,182,74); }
td.TdClassName
{
border-color: #FCB64A;
}
.TagClassName
{
border-color: #FCB64A;
}
</style>