Shades of Koromiko #FDB652
Tints of Koromiko #FDB652
RGB
CMYK
RGB Variations
Color information
#FDB652 (or 0xFDB652) is known color: Koromiko. HEX triplet: FD, B6 and 52. RGB value is (253,182,82). Sum of RGB (Red+Green+Blue) = 253+182+82=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB652 is #0249AD. Grayscale: #C0C0C0. Windows color (decimal): -149934 or 5420797. OLE color: 5420797.
HSL color Cylindrical-coordinate representation of color #FDB652: hue angle of 35.09º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDB652 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 82 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.01 |
| HSL | 35.09º | 0.98% | 0.66% | - |
| HSV(B) | 35.09º | 0.68% | 0.99% | - |
| XYZ | 58.76 | 54.95 | 15.49 | - |
| YUV | 191.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 82 | 0 | 0.28 | 0.68 | 0.01 | 35.09 | 0.98 | 0.66 |
| Hex | FD | B6 | 52 | 0 | 1C | 44 | 1 | 23 | 62 | 42 |
| Octal | 375 | 266 | 122 | 0 | 34 | 104 | 1 | 43 | 142 | 102 |
| Binary | 11111101 | 10110110 | 1010010 | 0 | 11100 | 1000100 | 1 | 100011 | 1100010 | 1000010 |
Color Harmonies of #FDB652
Complementary color
Monochromatic Colors of #FDB652
Black with #FDB652
Text Example
Text Example
White with #FDB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB652; }
p { color: rgb(253,182,82); }
H1.HeaderClassName
{
color: #FDB652;
}
.AnyTagClassName
{
color: #FDB652;
}
</style>
background-color css
<style>
a { background-color: #FDB652; }
a { background-color: rgb(253,182,82); }
div.DivClassName
{
background-color: #FDB652;
}
.BgClassName
{
background-color: #FDB652;
}
</style>
border-color css
<style>
span { border-color: #FDB652; }
span { border-color: rgb(253,182,82); }
td.TdClassName
{
border-color: #FDB652;
}
.TagClassName
{
border-color: #FDB652;
}
</style>