Shades of Koromiko #FDB950
Tints of Koromiko #FDB950
RGB
CMYK
RGB Variations
Color information
#FDB950 (or 0xFDB950) is known color: Koromiko. HEX triplet: FD, B9 and 50. RGB value is (253,185,80). Sum of RGB (Red+Green+Blue) = 253+185+80=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB950 is #0246AF. Grayscale: #C1C1C1. Windows color (decimal): -149168 or 5290493. OLE color: 5290493.
HSL color Cylindrical-coordinate representation of color #FDB950: hue angle of 36.42º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDB950 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 80 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.01 |
| HSL | 36.42º | 0.98% | 0.65% | - |
| HSV(B) | 36.42º | 0.68% | 0.99% | - |
| XYZ | 59.3 | 56.16 | 15.3 | - |
| YUV | 193.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 80 | 0 | 0.27 | 0.68 | 0.01 | 36.42 | 0.98 | 0.65 |
| Hex | FD | B9 | 50 | 0 | 1B | 44 | 1 | 24 | 62 | 41 |
| Octal | 375 | 271 | 120 | 0 | 33 | 104 | 1 | 44 | 142 | 101 |
| Binary | 11111101 | 10111001 | 1010000 | 0 | 11011 | 1000100 | 1 | 100100 | 1100010 | 1000001 |
Color Harmonies of #FDB950
Complementary color
Monochromatic Colors of #FDB950
Black with #FDB950
Text Example
Text Example
White with #FDB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB950; }
p { color: rgb(253,185,80); }
H1.HeaderClassName
{
color: #FDB950;
}
.AnyTagClassName
{
color: #FDB950;
}
</style>
background-color css
<style>
a { background-color: #FDB950; }
a { background-color: rgb(253,185,80); }
div.DivClassName
{
background-color: #FDB950;
}
.BgClassName
{
background-color: #FDB950;
}
</style>
border-color css
<style>
span { border-color: #FDB950; }
span { border-color: rgb(253,185,80); }
td.TdClassName
{
border-color: #FDB950;
}
.TagClassName
{
border-color: #FDB950;
}
</style>