Shades of Koromiko #FFB352
Tints of Koromiko #FFB352
RGB
CMYK
RGB Variations
Color information
#FFB352 (or 0xFFB352) is known color: Koromiko. HEX triplet: FF, B3 and 52. RGB value is (255,179,82). Sum of RGB (Red+Green+Blue) = 255+179+82=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB352 is #004CAD. Grayscale: #BFBFBF. Windows color (decimal): -19630 or 5420031. OLE color: 5420031.
HSL color Cylindrical-coordinate representation of color #FFB352: hue angle of 33.64º 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 #FFB352 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 82 | - |
| CMYK | 0 | 0.30 | 0.68 | 0 |
| HSL | 33.64º | 1% | 0.66% | - |
| HSV(B) | 33.64º | 0.68% | 1% | - |
| XYZ | 58.88 | 54.11 | 15.32 | - |
| YUV | 190.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 82 | 0 | 0.30 | 0.68 | 0 | 33.64 | 1 | 0.66 |
| Hex | FF | B3 | 52 | 0 | 1E | 44 | 0 | 22 | 64 | 42 |
| Octal | 377 | 263 | 122 | 0 | 36 | 104 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110011 | 1010010 | 0 | 11110 | 1000100 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB352
Complementary color
Monochromatic Colors of #FFB352
Black with #FFB352
Text Example
Text Example
White with #FFB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB352; }
p { color: rgb(255,179,82); }
H1.HeaderClassName
{
color: #FFB352;
}
.AnyTagClassName
{
color: #FFB352;
}
</style>
background-color css
<style>
a { background-color: #FFB352; }
a { background-color: rgb(255,179,82); }
div.DivClassName
{
background-color: #FFB352;
}
.BgClassName
{
background-color: #FFB352;
}
</style>
border-color css
<style>
span { border-color: #FFB352; }
span { border-color: rgb(255,179,82); }
td.TdClassName
{
border-color: #FFB352;
}
.TagClassName
{
border-color: #FFB352;
}
</style>