Shades of Koromiko #FDB557
Tints of Koromiko #FDB557
RGB
CMYK
RGB Variations
Color information
#FDB557 (or 0xFDB557) is known color: Koromiko. HEX triplet: FD, B5 and 57. RGB value is (253,181,87). Sum of RGB (Red+Green+Blue) = 253+181+87=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB557 is #024AA8. Grayscale: #C0C0C0. Windows color (decimal): -150185 or 5748221. OLE color: 5748221.
HSL color Cylindrical-coordinate representation of color #FDB557: hue angle of 33.98º 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 #FDB557 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 87 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.01 |
| HSL | 33.98º | 0.98% | 0.67% | - |
| HSV(B) | 33.98º | 0.66% | 0.99% | - |
| XYZ | 58.75 | 54.62 | 16.46 | - |
| YUV | 191.81 | 68.85 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 87 | 0 | 0.28 | 0.66 | 0.01 | 33.98 | 0.98 | 0.67 |
| Hex | FD | B5 | 57 | 0 | 1C | 42 | 1 | 22 | 62 | 43 |
| Octal | 375 | 265 | 127 | 0 | 34 | 102 | 1 | 42 | 142 | 103 |
| Binary | 11111101 | 10110101 | 1010111 | 0 | 11100 | 1000010 | 1 | 100010 | 1100010 | 1000011 |
Color Harmonies of #FDB557
Complementary color
Monochromatic Colors of #FDB557
Black with #FDB557
Text Example
Text Example
White with #FDB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB557; }
p { color: rgb(253,181,87); }
H1.HeaderClassName
{
color: #FDB557;
}
.AnyTagClassName
{
color: #FDB557;
}
</style>
background-color css
<style>
a { background-color: #FDB557; }
a { background-color: rgb(253,181,87); }
div.DivClassName
{
background-color: #FDB557;
}
.BgClassName
{
background-color: #FDB557;
}
</style>
border-color css
<style>
span { border-color: #FDB557; }
span { border-color: rgb(253,181,87); }
td.TdClassName
{
border-color: #FDB557;
}
.TagClassName
{
border-color: #FDB557;
}
</style>