Shades of Koromiko #FDB654
Tints of Koromiko #FDB654
RGB
CMYK
RGB Variations
Color information
#FDB654 (or 0xFDB654) is known color: Koromiko. HEX triplet: FD, B6 and 54. RGB value is (253,182,84). Sum of RGB (Red+Green+Blue) = 253+182+84=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB654 is #0249AB. Grayscale: #C0C0C0. Windows color (decimal): -149932 or 5551869. OLE color: 5551869.
HSL color Cylindrical-coordinate representation of color #FDB654: hue angle of 34.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDB654 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 84 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.01 |
| HSL | 34.79º | 0.98% | 0.66% | - |
| HSV(B) | 34.79º | 0.67% | 0.99% | - |
| XYZ | 58.84 | 54.98 | 15.9 | - |
| YUV | 192.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 84 | 0 | 0.28 | 0.67 | 0.01 | 34.79 | 0.98 | 0.66 |
| Hex | FD | B6 | 54 | 0 | 1C | 43 | 1 | 23 | 62 | 42 |
| Octal | 375 | 266 | 124 | 0 | 34 | 103 | 1 | 43 | 142 | 102 |
| Binary | 11111101 | 10110110 | 1010100 | 0 | 11100 | 1000011 | 1 | 100011 | 1100010 | 1000010 |
Color Harmonies of #FDB654
Complementary color
Monochromatic Colors of #FDB654
Black with #FDB654
Text Example
Text Example
White with #FDB654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB654; }
p { color: rgb(253,182,84); }
H1.HeaderClassName
{
color: #FDB654;
}
.AnyTagClassName
{
color: #FDB654;
}
</style>
background-color css
<style>
a { background-color: #FDB654; }
a { background-color: rgb(253,182,84); }
div.DivClassName
{
background-color: #FDB654;
}
.BgClassName
{
background-color: #FDB654;
}
</style>
border-color css
<style>
span { border-color: #FDB654; }
span { border-color: rgb(253,182,84); }
td.TdClassName
{
border-color: #FDB654;
}
.TagClassName
{
border-color: #FDB654;
}
</style>