Shades of Koromiko #FDB152
Tints of Koromiko #FDB152
RGB
CMYK
RGB Variations
Color information
#FDB152 (or 0xFDB152) is known color: Koromiko. HEX triplet: FD, B1 and 52. RGB value is (253,177,82). Sum of RGB (Red+Green+Blue) = 253+177+82=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB152 is #024EAD. Grayscale: #BDBDBD. Windows color (decimal): -151214 or 5419517. OLE color: 5419517.
HSL color Cylindrical-coordinate representation of color #FDB152: hue angle of 33.33º 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 #FDB152 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 82 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.01 |
| HSL | 33.33º | 0.98% | 0.66% | - |
| HSV(B) | 33.33º | 0.68% | 0.99% | - |
| XYZ | 57.75 | 52.94 | 15.16 | - |
| YUV | 188.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 82 | 0 | 0.30 | 0.68 | 0.01 | 33.33 | 0.98 | 0.66 |
| Hex | FD | B1 | 52 | 0 | 1E | 44 | 1 | 21 | 62 | 42 |
| Octal | 375 | 261 | 122 | 0 | 36 | 104 | 1 | 41 | 142 | 102 |
| Binary | 11111101 | 10110001 | 1010010 | 0 | 11110 | 1000100 | 1 | 100001 | 1100010 | 1000010 |
Color Harmonies of #FDB152
Complementary color
Monochromatic Colors of #FDB152
Black with #FDB152
Text Example
Text Example
White with #FDB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB152; }
p { color: rgb(253,177,82); }
H1.HeaderClassName
{
color: #FDB152;
}
.AnyTagClassName
{
color: #FDB152;
}
</style>
background-color css
<style>
a { background-color: #FDB152; }
a { background-color: rgb(253,177,82); }
div.DivClassName
{
background-color: #FDB152;
}
.BgClassName
{
background-color: #FDB152;
}
</style>
border-color css
<style>
span { border-color: #FDB152; }
span { border-color: rgb(253,177,82); }
td.TdClassName
{
border-color: #FDB152;
}
.TagClassName
{
border-color: #FDB152;
}
</style>