Shades of Koromiko #FDB95A
Tints of Koromiko #FDB95A
RGB
CMYK
RGB Variations
Color information
#FDB95A (or 0xFDB95A) is known color: Koromiko. HEX triplet: FD, B9 and 5A. RGB value is (253,185,90). Sum of RGB (Red+Green+Blue) = 253+185+90=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB95A is #0246A5. Grayscale: #C2C2C2. Windows color (decimal): -149158 or 5945853. OLE color: 5945853.
HSL color Cylindrical-coordinate representation of color #FDB95A: hue angle of 34.97º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDB95A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 90 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.01 |
| HSL | 34.97º | 0.98% | 0.67% | - |
| HSV(B) | 34.97º | 0.64% | 0.99% | - |
| XYZ | 59.7 | 56.32 | 17.4 | - |
| YUV | 194.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 90 | 0 | 0.27 | 0.64 | 0.01 | 34.97 | 0.98 | 0.67 |
| Hex | FD | B9 | 5A | 0 | 1B | 40 | 1 | 23 | 62 | 43 |
| Octal | 375 | 271 | 132 | 0 | 33 | 100 | 1 | 43 | 142 | 103 |
| Binary | 11111101 | 10111001 | 1011010 | 0 | 11011 | 1000000 | 1 | 100011 | 1100010 | 1000011 |
Color Harmonies of #FDB95A
Complementary color
Monochromatic Colors of #FDB95A
Black with #FDB95A
Text Example
Text Example
White with #FDB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB95A; }
p { color: rgb(253,185,90); }
H1.HeaderClassName
{
color: #FDB95A;
}
.AnyTagClassName
{
color: #FDB95A;
}
</style>
background-color css
<style>
a { background-color: #FDB95A; }
a { background-color: rgb(253,185,90); }
div.DivClassName
{
background-color: #FDB95A;
}
.BgClassName
{
background-color: #FDB95A;
}
</style>
border-color css
<style>
span { border-color: #FDB95A; }
span { border-color: rgb(253,185,90); }
td.TdClassName
{
border-color: #FDB95A;
}
.TagClassName
{
border-color: #FDB95A;
}
</style>