Shades of Koromiko #FFB853
Tints of Koromiko #FFB853
RGB
CMYK
RGB Variations
Color information
#FFB853 (or 0xFFB853) is known color: Koromiko. HEX triplet: FF, B8 and 53. RGB value is (255,184,83). Sum of RGB (Red+Green+Blue) = 255+184+83=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB853 is #0047AC. Grayscale: #C2C2C2. Windows color (decimal): -18349 or 5486847. OLE color: 5486847.
HSL color Cylindrical-coordinate representation of color #FFB853: hue angle of 35.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB853 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 83 | - |
| CMYK | 0 | 0.28 | 0.67 | 0 |
| HSL | 35.23º | 1% | 0.66% | - |
| HSV(B) | 35.23º | 0.67% | 1% | - |
| XYZ | 59.94 | 56.17 | 15.87 | - |
| YUV | 193.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 83 | 0 | 0.28 | 0.67 | 0 | 35.23 | 1 | 0.66 |
| Hex | FF | B8 | 53 | 0 | 1C | 43 | 0 | 23 | 64 | 42 |
| Octal | 377 | 270 | 123 | 0 | 34 | 103 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10111000 | 1010011 | 0 | 11100 | 1000011 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB853
Complementary color
Monochromatic Colors of #FFB853
Black with #FFB853
Text Example
Text Example
White with #FFB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB853; }
p { color: rgb(255,184,83); }
H1.HeaderClassName
{
color: #FFB853;
}
.AnyTagClassName
{
color: #FFB853;
}
</style>
background-color css
<style>
a { background-color: #FFB853; }
a { background-color: rgb(255,184,83); }
div.DivClassName
{
background-color: #FFB853;
}
.BgClassName
{
background-color: #FFB853;
}
</style>
border-color css
<style>
span { border-color: #FFB853; }
span { border-color: rgb(255,184,83); }
td.TdClassName
{
border-color: #FFB853;
}
.TagClassName
{
border-color: #FFB853;
}
</style>