Shades of Koromiko #FDB852
Tints of Koromiko #FDB852
RGB
CMYK
RGB Variations
Color information
#FDB852 (or 0xFDB852) is known color: Koromiko. HEX triplet: FD, B8 and 52. RGB value is (253,184,82). Sum of RGB (Red+Green+Blue) = 253+184+82=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB852 is #0247AD. Grayscale: #C1C1C1. Windows color (decimal): -149422 or 5421309. OLE color: 5421309.
HSL color Cylindrical-coordinate representation of color #FDB852: hue angle of 35.79º 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 #FDB852 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 82 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.01 |
| HSL | 35.79º | 0.98% | 0.66% | - |
| HSV(B) | 35.79º | 0.68% | 0.99% | - |
| XYZ | 59.17 | 55.77 | 15.63 | - |
| YUV | 193 | 65.36 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 82 | 0 | 0.27 | 0.68 | 0.01 | 35.79 | 0.98 | 0.66 |
| Hex | FD | B8 | 52 | 0 | 1B | 44 | 1 | 24 | 62 | 42 |
| Octal | 375 | 270 | 122 | 0 | 33 | 104 | 1 | 44 | 142 | 102 |
| Binary | 11111101 | 10111000 | 1010010 | 0 | 11011 | 1000100 | 1 | 100100 | 1100010 | 1000010 |
Color Harmonies of #FDB852
Complementary color
Monochromatic Colors of #FDB852
Black with #FDB852
Text Example
Text Example
White with #FDB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB852; }
p { color: rgb(253,184,82); }
H1.HeaderClassName
{
color: #FDB852;
}
.AnyTagClassName
{
color: #FDB852;
}
</style>
background-color css
<style>
a { background-color: #FDB852; }
a { background-color: rgb(253,184,82); }
div.DivClassName
{
background-color: #FDB852;
}
.BgClassName
{
background-color: #FDB852;
}
</style>
border-color css
<style>
span { border-color: #FDB852; }
span { border-color: rgb(253,184,82); }
td.TdClassName
{
border-color: #FDB852;
}
.TagClassName
{
border-color: #FDB852;
}
</style>