Shades of Koromiko #FFB950
Tints of Koromiko #FFB950
RGB
CMYK
RGB Variations
Color information
#FFB950 (or 0xFFB950) is known color: Koromiko. HEX triplet: FF, B9 and 50. RGB value is (255,185,80). Sum of RGB (Red+Green+Blue) = 255+185+80=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB950 is #0046AF. Grayscale: #C2C2C2. Windows color (decimal): -18096 or 5290495. OLE color: 5290495.
HSL color Cylindrical-coordinate representation of color #FFB950: hue angle of 36º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFB950 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 80 | - |
| CMYK | 0 | 0.27 | 0.69 | 0 |
| HSL | 36º | 1% | 0.66% | - |
| HSV(B) | 36º | 0.69% | 1% | - |
| XYZ | 60.04 | 56.54 | 15.34 | - |
| YUV | 193.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 80 | 0 | 0.27 | 0.69 | 0 | 36 | 1 | 0.66 |
| Hex | FF | B9 | 50 | 0 | 1B | 45 | 0 | 24 | 64 | 42 |
| Octal | 377 | 271 | 120 | 0 | 33 | 105 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111001 | 1010000 | 0 | 11011 | 1000101 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFB950
Complementary color
Monochromatic Colors of #FFB950
Black with #FFB950
Text Example
Text Example
White with #FFB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB950; }
p { color: rgb(255,185,80); }
H1.HeaderClassName
{
color: #FFB950;
}
.AnyTagClassName
{
color: #FFB950;
}
</style>
background-color css
<style>
a { background-color: #FFB950; }
a { background-color: rgb(255,185,80); }
div.DivClassName
{
background-color: #FFB950;
}
.BgClassName
{
background-color: #FFB950;
}
</style>
border-color css
<style>
span { border-color: #FFB950; }
span { border-color: rgb(255,185,80); }
td.TdClassName
{
border-color: #FFB950;
}
.TagClassName
{
border-color: #FFB950;
}
</style>