Shades of Koromiko #FCB948
Tints of Koromiko #FCB948
RGB
CMYK
RGB Variations
Color information
#FCB948 (or 0xFCB948) is known color: Koromiko. HEX triplet: FC, B9 and 48. RGB value is (252,185,72). Sum of RGB (Red+Green+Blue) = 252+185+72=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB948 is #0346B7. Grayscale: #C0C0C0. Windows color (decimal): -214712 or 4766204. OLE color: 4766204.
HSL color Cylindrical-coordinate representation of color #FCB948: hue angle of 37.67º 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 #FCB948 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 72 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.01 |
| HSL | 37.67º | 0.97% | 0.64% | - |
| HSV(B) | 37.67º | 0.71% | 0.99% | - |
| XYZ | 58.66 | 55.86 | 13.82 | - |
| YUV | 192.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 72 | 0 | 0.27 | 0.71 | 0.01 | 37.67 | 0.97 | 0.64 |
| Hex | FC | B9 | 48 | 0 | 1B | 47 | 1 | 26 | 61 | 40 |
| Octal | 374 | 271 | 110 | 0 | 33 | 107 | 1 | 46 | 141 | 100 |
| Binary | 11111100 | 10111001 | 1001000 | 0 | 11011 | 1000111 | 1 | 100110 | 1100001 | 1000000 |
Color Harmonies of #FCB948
Complementary color
Monochromatic Colors of #FCB948
Black with #FCB948
Text Example
Text Example
White with #FCB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB948; }
p { color: rgb(252,185,72); }
H1.HeaderClassName
{
color: #FCB948;
}
.AnyTagClassName
{
color: #FCB948;
}
</style>
background-color css
<style>
a { background-color: #FCB948; }
a { background-color: rgb(252,185,72); }
div.DivClassName
{
background-color: #FCB948;
}
.BgClassName
{
background-color: #FCB948;
}
</style>
border-color css
<style>
span { border-color: #FCB948; }
span { border-color: rgb(252,185,72); }
td.TdClassName
{
border-color: #FCB948;
}
.TagClassName
{
border-color: #FCB948;
}
</style>