Shades of Koromiko #FDBA51
Tints of Koromiko #FDBA51
RGB
CMYK
RGB Variations
Color information
#FDBA51 (or 0xFDBA51) is known color: Koromiko. HEX triplet: FD, BA and 51. RGB value is (253,186,81). Sum of RGB (Red+Green+Blue) = 253+186+81=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 81 (32.03% from 255 or 15.58% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA51 is #0245AE. Grayscale: #C2C2C2. Windows color (decimal): -148911 or 5356285. OLE color: 5356285.
HSL color Cylindrical-coordinate representation of color #FDBA51: hue angle of 36.63º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDBA51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.01 |
| HSL | 36.63º | 0.98% | 0.65% | - |
| HSV(B) | 36.63º | 0.68% | 0.99% | - |
| XYZ | 59.55 | 56.59 | 15.57 | - |
| YUV | 194.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 81 | 0 | 0.26 | 0.68 | 0.01 | 36.63 | 0.98 | 0.65 |
| Hex | FD | BA | 51 | 0 | 1A | 44 | 1 | 25 | 62 | 41 |
| Octal | 375 | 272 | 121 | 0 | 32 | 104 | 1 | 45 | 142 | 101 |
| Binary | 11111101 | 10111010 | 1010001 | 0 | 11010 | 1000100 | 1 | 100101 | 1100010 | 1000001 |
Color Harmonies of #FDBA51
Complementary color
Monochromatic Colors of #FDBA51
Black with #FDBA51
Text Example
Text Example
White with #FDBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA51; }
p { color: rgb(253,186,81); }
H1.HeaderClassName
{
color: #FDBA51;
}
.AnyTagClassName
{
color: #FDBA51;
}
</style>
background-color css
<style>
a { background-color: #FDBA51; }
a { background-color: rgb(253,186,81); }
div.DivClassName
{
background-color: #FDBA51;
}
.BgClassName
{
background-color: #FDBA51;
}
</style>
border-color css
<style>
span { border-color: #FDBA51; }
span { border-color: rgb(253,186,81); }
td.TdClassName
{
border-color: #FDBA51;
}
.TagClassName
{
border-color: #FDBA51;
}
</style>