Shades of Koromiko #FFB852
Tints of Koromiko #FFB852
RGB
CMYK
RGB Variations
Color information
#FFB852 (or 0xFFB852) is known color: Koromiko. HEX triplet: FF, B8 and 52. RGB value is (255,184,82). Sum of RGB (Red+Green+Blue) = 255+184+82=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB852 is #0047AD. Grayscale: #C2C2C2. Windows color (decimal): -18350 or 5421311. OLE color: 5421311.
HSL color Cylindrical-coordinate representation of color #FFB852: hue angle of 35.38º 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 #FFB852 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 82 | - |
| CMYK | 0 | 0.28 | 0.68 | 0 |
| HSL | 35.38º | 1% | 0.66% | - |
| HSV(B) | 35.38º | 0.68% | 1% | - |
| XYZ | 59.9 | 56.15 | 15.66 | - |
| YUV | 193.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 82 | 0 | 0.28 | 0.68 | 0 | 35.38 | 1 | 0.66 |
| Hex | FF | B8 | 52 | 0 | 1C | 44 | 0 | 23 | 64 | 42 |
| Octal | 377 | 270 | 122 | 0 | 34 | 104 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10111000 | 1010010 | 0 | 11100 | 1000100 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB852
Complementary color
Monochromatic Colors of #FFB852
Black with #FFB852
Text Example
Text Example
White with #FFB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB852; }
p { color: rgb(255,184,82); }
H1.HeaderClassName
{
color: #FFB852;
}
.AnyTagClassName
{
color: #FFB852;
}
</style>
background-color css
<style>
a { background-color: #FFB852; }
a { background-color: rgb(255,184,82); }
div.DivClassName
{
background-color: #FFB852;
}
.BgClassName
{
background-color: #FFB852;
}
</style>
border-color css
<style>
span { border-color: #FFB852; }
span { border-color: rgb(255,184,82); }
td.TdClassName
{
border-color: #FFB852;
}
.TagClassName
{
border-color: #FFB852;
}
</style>