Shades of Koromiko #FFB752
Tints of Koromiko #FFB752
RGB
CMYK
RGB Variations
Color information
#FFB752 (or 0xFFB752) is known color: Koromiko. HEX triplet: FF, B7 and 52. RGB value is (255,183,82). Sum of RGB (Red+Green+Blue) = 255+183+82=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB752 is #0048AD. Grayscale: #C1C1C1. Windows color (decimal): -18606 or 5421055. OLE color: 5421055.
HSL color Cylindrical-coordinate representation of color #FFB752: hue angle of 35.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFB752 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 82 | - |
| CMYK | 0 | 0.28 | 0.68 | 0 |
| HSL | 35.03º | 1% | 0.66% | - |
| HSV(B) | 35.03º | 0.68% | 1% | - |
| XYZ | 59.7 | 55.74 | 15.59 | - |
| YUV | 193.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 82 | 0 | 0.28 | 0.68 | 0 | 35.03 | 1 | 0.66 |
| Hex | FF | B7 | 52 | 0 | 1C | 44 | 0 | 23 | 64 | 42 |
| Octal | 377 | 267 | 122 | 0 | 34 | 104 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10110111 | 1010010 | 0 | 11100 | 1000100 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB752
Complementary color
Monochromatic Colors of #FFB752
Black with #FFB752
Text Example
Text Example
White with #FFB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB752; }
p { color: rgb(255,183,82); }
H1.HeaderClassName
{
color: #FFB752;
}
.AnyTagClassName
{
color: #FFB752;
}
</style>
background-color css
<style>
a { background-color: #FFB752; }
a { background-color: rgb(255,183,82); }
div.DivClassName
{
background-color: #FFB752;
}
.BgClassName
{
background-color: #FFB752;
}
</style>
border-color css
<style>
span { border-color: #FFB752; }
span { border-color: rgb(255,183,82); }
td.TdClassName
{
border-color: #FFB752;
}
.TagClassName
{
border-color: #FFB752;
}
</style>