Shades of Koromiko #FDB948
Tints of Koromiko #FDB948
RGB
CMYK
RGB Variations
Color information
#FDB948 (or 0xFDB948) is known color: Koromiko. HEX triplet: FD, B9 and 48. RGB value is (253,185,72). Sum of RGB (Red+Green+Blue) = 253+185+72=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB948 is #0246B7. Grayscale: #C0C0C0. Windows color (decimal): -149176 or 4766205. OLE color: 4766205.
HSL color Cylindrical-coordinate representation of color #FDB948: hue angle of 37.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDB948 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 72 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.01 |
| HSL | 37.46º | 0.98% | 0.64% | - |
| HSV(B) | 37.46º | 0.72% | 0.99% | - |
| XYZ | 59.03 | 56.05 | 13.84 | - |
| YUV | 192.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 72 | 0 | 0.27 | 0.72 | 0.01 | 37.46 | 0.98 | 0.64 |
| Hex | FD | B9 | 48 | 0 | 1B | 48 | 1 | 25 | 62 | 40 |
| Octal | 375 | 271 | 110 | 0 | 33 | 110 | 1 | 45 | 142 | 100 |
| Binary | 11111101 | 10111001 | 1001000 | 0 | 11011 | 1001000 | 1 | 100101 | 1100010 | 1000000 |
Color Harmonies of #FDB948
Complementary color
Monochromatic Colors of #FDB948
Black with #FDB948
Text Example
Text Example
White with #FDB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB948; }
p { color: rgb(253,185,72); }
H1.HeaderClassName
{
color: #FDB948;
}
.AnyTagClassName
{
color: #FDB948;
}
</style>
background-color css
<style>
a { background-color: #FDB948; }
a { background-color: rgb(253,185,72); }
div.DivClassName
{
background-color: #FDB948;
}
.BgClassName
{
background-color: #FDB948;
}
</style>
border-color css
<style>
span { border-color: #FDB948; }
span { border-color: rgb(253,185,72); }
td.TdClassName
{
border-color: #FDB948;
}
.TagClassName
{
border-color: #FDB948;
}
</style>