Shades of Koromiko #FDBA55
Tints of Koromiko #FDBA55
RGB
CMYK
RGB Variations
Color information
#FDBA55 (or 0xFDBA55) is known color: Koromiko. HEX triplet: FD, BA and 55. RGB value is (253,186,85). Sum of RGB (Red+Green+Blue) = 253+186+85=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA55 is #0245AA. Grayscale: #C2C2C2. Windows color (decimal): -148907 or 5618429. OLE color: 5618429.
HSL color Cylindrical-coordinate representation of color #FDBA55: hue angle of 36.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDBA55 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 85 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.01 |
| HSL | 36.07º | 0.98% | 0.66% | - |
| HSV(B) | 36.07º | 0.66% | 0.99% | - |
| XYZ | 59.71 | 56.66 | 16.38 | - |
| YUV | 194.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 85 | 0 | 0.26 | 0.66 | 0.01 | 36.07 | 0.98 | 0.66 |
| Hex | FD | BA | 55 | 0 | 1A | 42 | 1 | 24 | 62 | 42 |
| Octal | 375 | 272 | 125 | 0 | 32 | 102 | 1 | 44 | 142 | 102 |
| Binary | 11111101 | 10111010 | 1010101 | 0 | 11010 | 1000010 | 1 | 100100 | 1100010 | 1000010 |
Color Harmonies of #FDBA55
Complementary color
Monochromatic Colors of #FDBA55
Black with #FDBA55
Text Example
Text Example
White with #FDBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA55; }
p { color: rgb(253,186,85); }
H1.HeaderClassName
{
color: #FDBA55;
}
.AnyTagClassName
{
color: #FDBA55;
}
</style>
background-color css
<style>
a { background-color: #FDBA55; }
a { background-color: rgb(253,186,85); }
div.DivClassName
{
background-color: #FDBA55;
}
.BgClassName
{
background-color: #FDBA55;
}
</style>
border-color css
<style>
span { border-color: #FDBA55; }
span { border-color: rgb(253,186,85); }
td.TdClassName
{
border-color: #FDBA55;
}
.TagClassName
{
border-color: #FDBA55;
}
</style>