Shades of Koromiko #FCB24D
Tints of Koromiko #FCB24D
RGB
CMYK
RGB Variations
Color information
#FCB24D (or 0xFCB24D) is known color: Koromiko. HEX triplet: FC, B2 and 4D. RGB value is (252,178,77). Sum of RGB (Red+Green+Blue) = 252+178+77=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB24D is #034DB2. Grayscale: #BDBDBD. Windows color (decimal): -216499 or 5092092. OLE color: 5092092.
HSL color Cylindrical-coordinate representation of color #FCB24D: hue angle of 34.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCB24D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 77 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.01 |
| HSL | 34.63º | 0.97% | 0.65% | - |
| HSV(B) | 34.63º | 0.69% | 0.99% | - |
| XYZ | 57.4 | 53.07 | 14.24 | - |
| YUV | 188.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 77 | 0 | 0.29 | 0.69 | 0.01 | 34.63 | 0.97 | 0.65 |
| Hex | FC | B2 | 4D | 0 | 1D | 45 | 1 | 23 | 61 | 41 |
| Octal | 374 | 262 | 115 | 0 | 35 | 105 | 1 | 43 | 141 | 101 |
| Binary | 11111100 | 10110010 | 1001101 | 0 | 11101 | 1000101 | 1 | 100011 | 1100001 | 1000001 |
Color Harmonies of #FCB24D
Complementary color
Monochromatic Colors of #FCB24D
Black with #FCB24D
Text Example
Text Example
White with #FCB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB24D; }
p { color: rgb(252,178,77); }
H1.HeaderClassName
{
color: #FCB24D;
}
.AnyTagClassName
{
color: #FCB24D;
}
</style>
background-color css
<style>
a { background-color: #FCB24D; }
a { background-color: rgb(252,178,77); }
div.DivClassName
{
background-color: #FCB24D;
}
.BgClassName
{
background-color: #FCB24D;
}
</style>
border-color css
<style>
span { border-color: #FCB24D; }
span { border-color: rgb(252,178,77); }
td.TdClassName
{
border-color: #FCB24D;
}
.TagClassName
{
border-color: #FCB24D;
}
</style>