Shades of Koromiko #FCB04D
Tints of Koromiko #FCB04D
RGB
CMYK
RGB Variations
Color information
#FCB04D (or 0xFCB04D) is known color: Koromiko. HEX triplet: FC, B0 and 4D. RGB value is (252,176,77). Sum of RGB (Red+Green+Blue) = 252+176+77=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB04D is #034FB2. Grayscale: #BBBBBB. Windows color (decimal): -217011 or 5091580. OLE color: 5091580.
HSL color Cylindrical-coordinate representation of color #FCB04D: hue angle of 33.94º 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 #FCB04D is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 77 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.01 |
| HSL | 33.94º | 0.97% | 0.65% | - |
| HSV(B) | 33.94º | 0.69% | 0.99% | - |
| XYZ | 57.01 | 52.28 | 14.11 | - |
| YUV | 187.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 77 | 0 | 0.30 | 0.69 | 0.01 | 33.94 | 0.97 | 0.65 |
| Hex | FC | B0 | 4D | 0 | 1E | 45 | 1 | 22 | 61 | 41 |
| Octal | 374 | 260 | 115 | 0 | 36 | 105 | 1 | 42 | 141 | 101 |
| Binary | 11111100 | 10110000 | 1001101 | 0 | 11110 | 1000101 | 1 | 100010 | 1100001 | 1000001 |
Color Harmonies of #FCB04D
Complementary color
Monochromatic Colors of #FCB04D
Black with #FCB04D
Text Example
Text Example
White with #FCB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB04D; }
p { color: rgb(252,176,77); }
H1.HeaderClassName
{
color: #FCB04D;
}
.AnyTagClassName
{
color: #FCB04D;
}
</style>
background-color css
<style>
a { background-color: #FCB04D; }
a { background-color: rgb(252,176,77); }
div.DivClassName
{
background-color: #FCB04D;
}
.BgClassName
{
background-color: #FCB04D;
}
</style>
border-color css
<style>
span { border-color: #FCB04D; }
span { border-color: rgb(252,176,77); }
td.TdClassName
{
border-color: #FCB04D;
}
.TagClassName
{
border-color: #FCB04D;
}
</style>