Shades of Koromiko #FFB953
Tints of Koromiko #FFB953
RGB
CMYK
RGB Variations
Color information
#FFB953 (or 0xFFB953) is known color: Koromiko. HEX triplet: FF, B9 and 53. RGB value is (255,185,83). Sum of RGB (Red+Green+Blue) = 255+185+83=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB953 is #0046AC. Grayscale: #C2C2C2. Windows color (decimal): -18093 or 5487103. OLE color: 5487103.
HSL color Cylindrical-coordinate representation of color #FFB953: hue angle of 35.58º 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 #FFB953 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 83 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 35.58º | 1% | 0.66% | - |
| HSV(B) | 35.58º | 0.67% | 1% | - |
| XYZ | 60.15 | 56.58 | 15.93 | - |
| YUV | 194.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 83 | 0 | 0.27 | 0.67 | 0 | 35.58 | 1 | 0.66 |
| Hex | FF | B9 | 53 | 0 | 1B | 43 | 0 | 24 | 64 | 42 |
| Octal | 377 | 271 | 123 | 0 | 33 | 103 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111001 | 1010011 | 0 | 11011 | 1000011 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFB953
Complementary color
Monochromatic Colors of #FFB953
Black with #FFB953
Text Example
Text Example
White with #FFB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB953; }
p { color: rgb(255,185,83); }
H1.HeaderClassName
{
color: #FFB953;
}
.AnyTagClassName
{
color: #FFB953;
}
</style>
background-color css
<style>
a { background-color: #FFB953; }
a { background-color: rgb(255,185,83); }
div.DivClassName
{
background-color: #FFB953;
}
.BgClassName
{
background-color: #FFB953;
}
</style>
border-color css
<style>
span { border-color: #FFB953; }
span { border-color: rgb(255,185,83); }
td.TdClassName
{
border-color: #FFB953;
}
.TagClassName
{
border-color: #FFB953;
}
</style>