Shades of Koromiko #FDB85A
Tints of Koromiko #FDB85A
RGB
CMYK
RGB Variations
Color information
#FDB85A (or 0xFDB85A) is known color: Koromiko. HEX triplet: FD, B8 and 5A. RGB value is (253,184,90). Sum of RGB (Red+Green+Blue) = 253+184+90=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB85A is #0247A5. Grayscale: #C2C2C2. Windows color (decimal): -149414 or 5945597. OLE color: 5945597.
HSL color Cylindrical-coordinate representation of color #FDB85A: hue angle of 34.6º 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 #FDB85A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 90 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.01 |
| HSL | 34.6º | 0.98% | 0.67% | - |
| HSV(B) | 34.6º | 0.64% | 0.99% | - |
| XYZ | 59.49 | 55.9 | 17.33 | - |
| YUV | 193.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 90 | 0 | 0.27 | 0.64 | 0.01 | 34.6 | 0.98 | 0.67 |
| Hex | FD | B8 | 5A | 0 | 1B | 40 | 1 | 23 | 62 | 43 |
| Octal | 375 | 270 | 132 | 0 | 33 | 100 | 1 | 43 | 142 | 103 |
| Binary | 11111101 | 10111000 | 1011010 | 0 | 11011 | 1000000 | 1 | 100011 | 1100010 | 1000011 |
Color Harmonies of #FDB85A
Complementary color
Monochromatic Colors of #FDB85A
Black with #FDB85A
Text Example
Text Example
White with #FDB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB85A; }
p { color: rgb(253,184,90); }
H1.HeaderClassName
{
color: #FDB85A;
}
.AnyTagClassName
{
color: #FDB85A;
}
</style>
background-color css
<style>
a { background-color: #FDB85A; }
a { background-color: rgb(253,184,90); }
div.DivClassName
{
background-color: #FDB85A;
}
.BgClassName
{
background-color: #FDB85A;
}
</style>
border-color css
<style>
span { border-color: #FDB85A; }
span { border-color: rgb(253,184,90); }
td.TdClassName
{
border-color: #FDB85A;
}
.TagClassName
{
border-color: #FDB85A;
}
</style>