Shades of Koromiko #FFB85A
Tints of Koromiko #FFB85A
RGB
CMYK
RGB Variations
Color information
#FFB85A (or 0xFFB85A) is known color: Koromiko. HEX triplet: FF, B8 and 5A. RGB value is (255,184,90). Sum of RGB (Red+Green+Blue) = 255+184+90=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB85A is #0047A5. Grayscale: #C2C2C2. Windows color (decimal): -18342 or 5945599. OLE color: 5945599.
HSL color Cylindrical-coordinate representation of color #FFB85A: hue angle of 34.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB85A is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 90 | - |
| CMYK | 0 | 0.28 | 0.65 | 0 |
| HSL | 34.18º | 1% | 0.68% | - |
| HSV(B) | 34.18º | 0.65% | 1% | - |
| XYZ | 60.23 | 56.28 | 17.36 | - |
| YUV | 194.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 90 | 0 | 0.28 | 0.65 | 0 | 34.18 | 1 | 0.68 |
| Hex | FF | B8 | 5A | 0 | 1C | 41 | 0 | 22 | 64 | 44 |
| Octal | 377 | 270 | 132 | 0 | 34 | 101 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111000 | 1011010 | 0 | 11100 | 1000001 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFB85A
Complementary color
Monochromatic Colors of #FFB85A
Black with #FFB85A
Text Example
Text Example
White with #FFB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB85A; }
p { color: rgb(255,184,90); }
H1.HeaderClassName
{
color: #FFB85A;
}
.AnyTagClassName
{
color: #FFB85A;
}
</style>
background-color css
<style>
a { background-color: #FFB85A; }
a { background-color: rgb(255,184,90); }
div.DivClassName
{
background-color: #FFB85A;
}
.BgClassName
{
background-color: #FFB85A;
}
</style>
border-color css
<style>
span { border-color: #FFB85A; }
span { border-color: rgb(255,184,90); }
td.TdClassName
{
border-color: #FFB85A;
}
.TagClassName
{
border-color: #FFB85A;
}
</style>