Shades of Koromiko #FDBA4D
Tints of Koromiko #FDBA4D
RGB
CMYK
RGB Variations
Color information
#FDBA4D (or 0xFDBA4D) is known color: Koromiko. HEX triplet: FD, BA and 4D. RGB value is (253,186,77). Sum of RGB (Red+Green+Blue) = 253+186+77=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA4D is #0245B2. Grayscale: #C2C2C2. Windows color (decimal): -148915 or 5094141. OLE color: 5094141.
HSL color Cylindrical-coordinate representation of color #FDBA4D: hue angle of 37.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDBA4D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 77 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.01 |
| HSL | 37.16º | 0.98% | 0.65% | - |
| HSV(B) | 37.16º | 0.7% | 0.99% | - |
| XYZ | 59.41 | 56.54 | 14.8 | - |
| YUV | 193.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 77 | 0 | 0.26 | 0.70 | 0.01 | 37.16 | 0.98 | 0.65 |
| Hex | FD | BA | 4D | 0 | 1A | 46 | 1 | 25 | 62 | 41 |
| Octal | 375 | 272 | 115 | 0 | 32 | 106 | 1 | 45 | 142 | 101 |
| Binary | 11111101 | 10111010 | 1001101 | 0 | 11010 | 1000110 | 1 | 100101 | 1100010 | 1000001 |
Color Harmonies of #FDBA4D
Complementary color
Monochromatic Colors of #FDBA4D
Black with #FDBA4D
Text Example
Text Example
White with #FDBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA4D; }
p { color: rgb(253,186,77); }
H1.HeaderClassName
{
color: #FDBA4D;
}
.AnyTagClassName
{
color: #FDBA4D;
}
</style>
background-color css
<style>
a { background-color: #FDBA4D; }
a { background-color: rgb(253,186,77); }
div.DivClassName
{
background-color: #FDBA4D;
}
.BgClassName
{
background-color: #FDBA4D;
}
</style>
border-color css
<style>
span { border-color: #FDBA4D; }
span { border-color: rgb(253,186,77); }
td.TdClassName
{
border-color: #FDBA4D;
}
.TagClassName
{
border-color: #FDBA4D;
}
</style>