Shades of Koromiko #FDB74A
Tints of Koromiko #FDB74A
RGB
CMYK
RGB Variations
Color information
#FDB74A (or 0xFDB74A) is known color: Koromiko. HEX triplet: FD, B7 and 4A. RGB value is (253,183,74). Sum of RGB (Red+Green+Blue) = 253+183+74=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB74A is #0248B5. Grayscale: #C0C0C0. Windows color (decimal): -149686 or 4896765. OLE color: 4896765.
HSL color Cylindrical-coordinate representation of color #FDB74A: hue angle of 36.54º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDB74A is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 74 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.01 |
| HSL | 36.54º | 0.98% | 0.64% | - |
| HSV(B) | 36.54º | 0.71% | 0.99% | - |
| XYZ | 58.68 | 55.24 | 14.05 | - |
| YUV | 191.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 74 | 0 | 0.28 | 0.71 | 0.01 | 36.54 | 0.98 | 0.64 |
| Hex | FD | B7 | 4A | 0 | 1C | 47 | 1 | 25 | 62 | 40 |
| Octal | 375 | 267 | 112 | 0 | 34 | 107 | 1 | 45 | 142 | 100 |
| Binary | 11111101 | 10110111 | 1001010 | 0 | 11100 | 1000111 | 1 | 100101 | 1100010 | 1000000 |
Color Harmonies of #FDB74A
Complementary color
Monochromatic Colors of #FDB74A
Black with #FDB74A
Text Example
Text Example
White with #FDB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB74A; }
p { color: rgb(253,183,74); }
H1.HeaderClassName
{
color: #FDB74A;
}
.AnyTagClassName
{
color: #FDB74A;
}
</style>
background-color css
<style>
a { background-color: #FDB74A; }
a { background-color: rgb(253,183,74); }
div.DivClassName
{
background-color: #FDB74A;
}
.BgClassName
{
background-color: #FDB74A;
}
</style>
border-color css
<style>
span { border-color: #FDB74A; }
span { border-color: rgb(253,183,74); }
td.TdClassName
{
border-color: #FDB74A;
}
.TagClassName
{
border-color: #FDB74A;
}
</style>