Shades of Koromiko #FFB85B
Tints of Koromiko #FFB85B
RGB
CMYK
RGB Variations
Color information
#FFB85B (or 0xFFB85B) is known color: Koromiko. HEX triplet: FF, B8 and 5B. RGB value is (255,184,91). Sum of RGB (Red+Green+Blue) = 255+184+91=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB85B is #0047A4. Grayscale: #C3C3C3. Windows color (decimal): -18341 or 6011135. OLE color: 6011135.
HSL color Cylindrical-coordinate representation of color #FFB85B: hue angle of 34.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFB85B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 91 | - |
| CMYK | 0 | 0.28 | 0.64 | 0 |
| HSL | 34.02º | 1% | 0.68% | - |
| HSV(B) | 34.02º | 0.64% | 1% | - |
| XYZ | 60.27 | 56.3 | 17.59 | - |
| YUV | 194.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 91 | 0 | 0.28 | 0.64 | 0 | 34.02 | 1 | 0.68 |
| Hex | FF | B8 | 5B | 0 | 1C | 40 | 0 | 22 | 64 | 44 |
| Octal | 377 | 270 | 133 | 0 | 34 | 100 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111000 | 1011011 | 0 | 11100 | 1000000 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFB85B
Complementary color
Monochromatic Colors of #FFB85B
Black with #FFB85B
Text Example
Text Example
White with #FFB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB85B; }
p { color: rgb(255,184,91); }
H1.HeaderClassName
{
color: #FFB85B;
}
.AnyTagClassName
{
color: #FFB85B;
}
</style>
background-color css
<style>
a { background-color: #FFB85B; }
a { background-color: rgb(255,184,91); }
div.DivClassName
{
background-color: #FFB85B;
}
.BgClassName
{
background-color: #FFB85B;
}
</style>
border-color css
<style>
span { border-color: #FFB85B; }
span { border-color: rgb(255,184,91); }
td.TdClassName
{
border-color: #FFB85B;
}
.TagClassName
{
border-color: #FFB85B;
}
</style>