Shades of Koromiko #FCB74C
Tints of Koromiko #FCB74C
RGB
CMYK
RGB Variations
Color information
#FCB74C (or 0xFCB74C) is known color: Koromiko. HEX triplet: FC, B7 and 4C. RGB value is (252,183,76). Sum of RGB (Red+Green+Blue) = 252+183+76=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB74C is #0348B3. Grayscale: #BFBFBF. Windows color (decimal): -215220 or 5027836. OLE color: 5027836.
HSL color Cylindrical-coordinate representation of color #FCB74C: hue angle of 36.48º 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 #FCB74C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 76 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.01 |
| HSL | 36.48º | 0.97% | 0.64% | - |
| HSV(B) | 36.48º | 0.7% | 0.99% | - |
| XYZ | 58.38 | 55.08 | 14.39 | - |
| YUV | 191.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 76 | 0 | 0.27 | 0.70 | 0.01 | 36.48 | 0.97 | 0.64 |
| Hex | FC | B7 | 4C | 0 | 1B | 46 | 1 | 24 | 61 | 40 |
| Octal | 374 | 267 | 114 | 0 | 33 | 106 | 1 | 44 | 141 | 100 |
| Binary | 11111100 | 10110111 | 1001100 | 0 | 11011 | 1000110 | 1 | 100100 | 1100001 | 1000000 |
Color Harmonies of #FCB74C
Complementary color
Monochromatic Colors of #FCB74C
Black with #FCB74C
Text Example
Text Example
White with #FCB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB74C; }
p { color: rgb(252,183,76); }
H1.HeaderClassName
{
color: #FCB74C;
}
.AnyTagClassName
{
color: #FCB74C;
}
</style>
background-color css
<style>
a { background-color: #FCB74C; }
a { background-color: rgb(252,183,76); }
div.DivClassName
{
background-color: #FCB74C;
}
.BgClassName
{
background-color: #FCB74C;
}
</style>
border-color css
<style>
span { border-color: #FCB74C; }
span { border-color: rgb(252,183,76); }
td.TdClassName
{
border-color: #FCB74C;
}
.TagClassName
{
border-color: #FCB74C;
}
</style>