Shades of Koromiko #FDB651
Tints of Koromiko #FDB651
RGB
CMYK
RGB Variations
Color information
#FDB651 (or 0xFDB651) is known color: Koromiko. HEX triplet: FD, B6 and 51. RGB value is (253,182,81). Sum of RGB (Red+Green+Blue) = 253+182+81=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB651 is #0249AE. Grayscale: #C0C0C0. Windows color (decimal): -149935 or 5355261. OLE color: 5355261.
HSL color Cylindrical-coordinate representation of color #FDB651: hue angle of 35.23º 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 #FDB651 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 81 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.01 |
| HSL | 35.23º | 0.98% | 0.65% | - |
| HSV(B) | 35.23º | 0.68% | 0.99% | - |
| XYZ | 58.72 | 54.93 | 15.29 | - |
| YUV | 191.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 81 | 0 | 0.28 | 0.68 | 0.01 | 35.23 | 0.98 | 0.65 |
| Hex | FD | B6 | 51 | 0 | 1C | 44 | 1 | 23 | 62 | 41 |
| Octal | 375 | 266 | 121 | 0 | 34 | 104 | 1 | 43 | 142 | 101 |
| Binary | 11111101 | 10110110 | 1010001 | 0 | 11100 | 1000100 | 1 | 100011 | 1100010 | 1000001 |
Color Harmonies of #FDB651
Complementary color
Monochromatic Colors of #FDB651
Black with #FDB651
Text Example
Text Example
White with #FDB651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB651; }
p { color: rgb(253,182,81); }
H1.HeaderClassName
{
color: #FDB651;
}
.AnyTagClassName
{
color: #FDB651;
}
</style>
background-color css
<style>
a { background-color: #FDB651; }
a { background-color: rgb(253,182,81); }
div.DivClassName
{
background-color: #FDB651;
}
.BgClassName
{
background-color: #FDB651;
}
</style>
border-color css
<style>
span { border-color: #FDB651; }
span { border-color: rgb(253,182,81); }
td.TdClassName
{
border-color: #FDB651;
}
.TagClassName
{
border-color: #FDB651;
}
</style>