Shades of Koromiko #FDBA59
Tints of Koromiko #FDBA59
RGB
CMYK
RGB Variations
Color information
#FDBA59 (or 0xFDBA59) is known color: Koromiko. HEX triplet: FD, BA and 59. RGB value is (253,186,89). Sum of RGB (Red+Green+Blue) = 253+186+89=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA59 is #0245A6. Grayscale: #C3C3C3. Windows color (decimal): -148903 or 5880573. OLE color: 5880573.
HSL color Cylindrical-coordinate representation of color #FDBA59: hue angle of 35.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDBA59 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 89 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.01 |
| HSL | 35.49º | 0.98% | 0.67% | - |
| HSV(B) | 35.49º | 0.65% | 0.99% | - |
| XYZ | 59.87 | 56.72 | 17.24 | - |
| YUV | 194.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 89 | 0 | 0.26 | 0.65 | 0.01 | 35.49 | 0.98 | 0.67 |
| Hex | FD | BA | 59 | 0 | 1A | 41 | 1 | 23 | 62 | 43 |
| Octal | 375 | 272 | 131 | 0 | 32 | 101 | 1 | 43 | 142 | 103 |
| Binary | 11111101 | 10111010 | 1011001 | 0 | 11010 | 1000001 | 1 | 100011 | 1100010 | 1000011 |
Color Harmonies of #FDBA59
Complementary color
Monochromatic Colors of #FDBA59
Black with #FDBA59
Text Example
Text Example
White with #FDBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA59; }
p { color: rgb(253,186,89); }
H1.HeaderClassName
{
color: #FDBA59;
}
.AnyTagClassName
{
color: #FDBA59;
}
</style>
background-color css
<style>
a { background-color: #FDBA59; }
a { background-color: rgb(253,186,89); }
div.DivClassName
{
background-color: #FDBA59;
}
.BgClassName
{
background-color: #FDBA59;
}
</style>
border-color css
<style>
span { border-color: #FDBA59; }
span { border-color: rgb(253,186,89); }
td.TdClassName
{
border-color: #FDBA59;
}
.TagClassName
{
border-color: #FDBA59;
}
</style>