Shades of Koromiko #FDB956
Tints of Koromiko #FDB956
RGB
CMYK
RGB Variations
Color information
#FDB956 (or 0xFDB956) is known color: Koromiko. HEX triplet: FD, B9 and 56. RGB value is (253,185,86). Sum of RGB (Red+Green+Blue) = 253+185+86=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB956 is #0246A9. Grayscale: #C2C2C2. Windows color (decimal): -149162 or 5683709. OLE color: 5683709.
HSL color Cylindrical-coordinate representation of color #FDB956: hue angle of 35.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDB956 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 86 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.01 |
| HSL | 35.57º | 0.98% | 0.66% | - |
| HSV(B) | 35.57º | 0.66% | 0.99% | - |
| XYZ | 59.54 | 56.25 | 16.52 | - |
| YUV | 194.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 86 | 0 | 0.27 | 0.66 | 0.01 | 35.57 | 0.98 | 0.66 |
| Hex | FD | B9 | 56 | 0 | 1B | 42 | 1 | 24 | 62 | 42 |
| Octal | 375 | 271 | 126 | 0 | 33 | 102 | 1 | 44 | 142 | 102 |
| Binary | 11111101 | 10111001 | 1010110 | 0 | 11011 | 1000010 | 1 | 100100 | 1100010 | 1000010 |
Color Harmonies of #FDB956
Complementary color
Monochromatic Colors of #FDB956
Black with #FDB956
Text Example
Text Example
White with #FDB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB956; }
p { color: rgb(253,185,86); }
H1.HeaderClassName
{
color: #FDB956;
}
.AnyTagClassName
{
color: #FDB956;
}
</style>
background-color css
<style>
a { background-color: #FDB956; }
a { background-color: rgb(253,185,86); }
div.DivClassName
{
background-color: #FDB956;
}
.BgClassName
{
background-color: #FDB956;
}
</style>
border-color css
<style>
span { border-color: #FDB956; }
span { border-color: rgb(253,185,86); }
td.TdClassName
{
border-color: #FDB956;
}
.TagClassName
{
border-color: #FDB956;
}
</style>