Shades of Koromiko #FFB753
Tints of Koromiko #FFB753
RGB
CMYK
RGB Variations
Color information
#FFB753 (or 0xFFB753) is known color: Koromiko. HEX triplet: FF, B7 and 53. RGB value is (255,183,83). Sum of RGB (Red+Green+Blue) = 255+183+83=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB753 is #0048AC. Grayscale: #C1C1C1. Windows color (decimal): -18605 or 5486591. OLE color: 5486591.
HSL color Cylindrical-coordinate representation of color #FFB753: hue angle of 34.88º 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 #FFB753 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 83 | - |
| CMYK | 0 | 0.28 | 0.67 | 0 |
| HSL | 34.88º | 1% | 0.66% | - |
| HSV(B) | 34.88º | 0.67% | 1% | - |
| XYZ | 59.73 | 55.75 | 15.8 | - |
| YUV | 193.13 | 65.85 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 83 | 0 | 0.28 | 0.67 | 0 | 34.88 | 1 | 0.66 |
| Hex | FF | B7 | 53 | 0 | 1C | 43 | 0 | 23 | 64 | 42 |
| Octal | 377 | 267 | 123 | 0 | 34 | 103 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10110111 | 1010011 | 0 | 11100 | 1000011 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB753
Complementary color
Monochromatic Colors of #FFB753
Black with #FFB753
Text Example
Text Example
White with #FFB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB753; }
p { color: rgb(255,183,83); }
H1.HeaderClassName
{
color: #FFB753;
}
.AnyTagClassName
{
color: #FFB753;
}
</style>
background-color css
<style>
a { background-color: #FFB753; }
a { background-color: rgb(255,183,83); }
div.DivClassName
{
background-color: #FFB753;
}
.BgClassName
{
background-color: #FFB753;
}
</style>
border-color css
<style>
span { border-color: #FFB753; }
span { border-color: rgb(255,183,83); }
td.TdClassName
{
border-color: #FFB753;
}
.TagClassName
{
border-color: #FFB753;
}
</style>