Shades of Koromiko #FDBA57
Tints of Koromiko #FDBA57
RGB
CMYK
RGB Variations
Color information
#FDBA57 (or 0xFDBA57) is known color: Koromiko. HEX triplet: FD, BA and 57. RGB value is (253,186,87). Sum of RGB (Red+Green+Blue) = 253+186+87=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA57 is #0245A8. Grayscale: #C3C3C3. Windows color (decimal): -148905 or 5749501. OLE color: 5749501.
HSL color Cylindrical-coordinate representation of color #FDBA57: hue angle of 35.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDBA57 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 87 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.01 |
| HSL | 35.78º | 0.98% | 0.67% | - |
| HSV(B) | 35.78º | 0.66% | 0.99% | - |
| XYZ | 59.79 | 56.69 | 16.81 | - |
| YUV | 194.75 | 67.2 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 87 | 0 | 0.26 | 0.66 | 0.01 | 35.78 | 0.98 | 0.67 |
| Hex | FD | BA | 57 | 0 | 1A | 42 | 1 | 24 | 62 | 43 |
| Octal | 375 | 272 | 127 | 0 | 32 | 102 | 1 | 44 | 142 | 103 |
| Binary | 11111101 | 10111010 | 1010111 | 0 | 11010 | 1000010 | 1 | 100100 | 1100010 | 1000011 |
Color Harmonies of #FDBA57
Complementary color
Monochromatic Colors of #FDBA57
Black with #FDBA57
Text Example
Text Example
White with #FDBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA57; }
p { color: rgb(253,186,87); }
H1.HeaderClassName
{
color: #FDBA57;
}
.AnyTagClassName
{
color: #FDBA57;
}
</style>
background-color css
<style>
a { background-color: #FDBA57; }
a { background-color: rgb(253,186,87); }
div.DivClassName
{
background-color: #FDBA57;
}
.BgClassName
{
background-color: #FDBA57;
}
</style>
border-color css
<style>
span { border-color: #FDBA57; }
span { border-color: rgb(253,186,87); }
td.TdClassName
{
border-color: #FDBA57;
}
.TagClassName
{
border-color: #FDBA57;
}
</style>