Shades of Koromiko #FDB952
Tints of Koromiko #FDB952
RGB
CMYK
RGB Variations
Color information
#FDB952 (or 0xFDB952) is known color: Koromiko. HEX triplet: FD, B9 and 52. RGB value is (253,185,82). Sum of RGB (Red+Green+Blue) = 253+185+82=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB952 is #0246AD. Grayscale: #C2C2C2. Windows color (decimal): -149166 or 5421565. OLE color: 5421565.
HSL color Cylindrical-coordinate representation of color #FDB952: hue angle of 36.14º 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 #FDB952 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 82 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.01 |
| HSL | 36.14º | 0.98% | 0.66% | - |
| HSV(B) | 36.14º | 0.68% | 0.99% | - |
| XYZ | 59.38 | 56.19 | 15.7 | - |
| YUV | 193.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 82 | 0 | 0.27 | 0.68 | 0.01 | 36.14 | 0.98 | 0.66 |
| Hex | FD | B9 | 52 | 0 | 1B | 44 | 1 | 24 | 62 | 42 |
| Octal | 375 | 271 | 122 | 0 | 33 | 104 | 1 | 44 | 142 | 102 |
| Binary | 11111101 | 10111001 | 1010010 | 0 | 11011 | 1000100 | 1 | 100100 | 1100010 | 1000010 |
Color Harmonies of #FDB952
Complementary color
Monochromatic Colors of #FDB952
Black with #FDB952
Text Example
Text Example
White with #FDB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB952; }
p { color: rgb(253,185,82); }
H1.HeaderClassName
{
color: #FDB952;
}
.AnyTagClassName
{
color: #FDB952;
}
</style>
background-color css
<style>
a { background-color: #FDB952; }
a { background-color: rgb(253,185,82); }
div.DivClassName
{
background-color: #FDB952;
}
.BgClassName
{
background-color: #FDB952;
}
</style>
border-color css
<style>
span { border-color: #FDB952; }
span { border-color: rgb(253,185,82); }
td.TdClassName
{
border-color: #FDB952;
}
.TagClassName
{
border-color: #FDB952;
}
</style>