Shades of Koromiko #FDB74D
Tints of Koromiko #FDB74D
RGB
CMYK
RGB Variations
Color information
#FDB74D (or 0xFDB74D) is known color: Koromiko. HEX triplet: FD, B7 and 4D. RGB value is (253,183,77). Sum of RGB (Red+Green+Blue) = 253+183+77=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB74D is #0248B2. Grayscale: #C0C0C0. Windows color (decimal): -149683 or 5093373. OLE color: 5093373.
HSL color Cylindrical-coordinate representation of color #FDB74D: hue angle of 36.14º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDB74D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 77 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.01 |
| HSL | 36.14º | 0.98% | 0.65% | - |
| HSV(B) | 36.14º | 0.7% | 0.99% | - |
| XYZ | 58.78 | 55.29 | 14.59 | - |
| YUV | 191.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 77 | 0 | 0.28 | 0.70 | 0.01 | 36.14 | 0.98 | 0.65 |
| Hex | FD | B7 | 4D | 0 | 1C | 46 | 1 | 24 | 62 | 41 |
| Octal | 375 | 267 | 115 | 0 | 34 | 106 | 1 | 44 | 142 | 101 |
| Binary | 11111101 | 10110111 | 1001101 | 0 | 11100 | 1000110 | 1 | 100100 | 1100010 | 1000001 |
Color Harmonies of #FDB74D
Complementary color
Monochromatic Colors of #FDB74D
Black with #FDB74D
Text Example
Text Example
White with #FDB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB74D; }
p { color: rgb(253,183,77); }
H1.HeaderClassName
{
color: #FDB74D;
}
.AnyTagClassName
{
color: #FDB74D;
}
</style>
background-color css
<style>
a { background-color: #FDB74D; }
a { background-color: rgb(253,183,77); }
div.DivClassName
{
background-color: #FDB74D;
}
.BgClassName
{
background-color: #FDB74D;
}
</style>
border-color css
<style>
span { border-color: #FDB74D; }
span { border-color: rgb(253,183,77); }
td.TdClassName
{
border-color: #FDB74D;
}
.TagClassName
{
border-color: #FDB74D;
}
</style>