Shades of Koromiko #FFB350
Tints of Koromiko #FFB350
RGB
CMYK
RGB Variations
Color information
#FFB350 (or 0xFFB350) is known color: Koromiko. HEX triplet: FF, B3 and 50. RGB value is (255,179,80). Sum of RGB (Red+Green+Blue) = 255+179+80=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB350 is #004CAF. Grayscale: #BEBEBE. Windows color (decimal): -19632 or 5288959. OLE color: 5288959.
HSL color Cylindrical-coordinate representation of color #FFB350: hue angle of 33.94º 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 #FFB350 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 80 | - |
| CMYK | 0 | 0.30 | 0.69 | 0 |
| HSL | 33.94º | 1% | 0.66% | - |
| HSV(B) | 33.94º | 0.69% | 1% | - |
| XYZ | 58.81 | 54.08 | 14.93 | - |
| YUV | 190.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 80 | 0 | 0.30 | 0.69 | 0 | 33.94 | 1 | 0.66 |
| Hex | FF | B3 | 50 | 0 | 1E | 45 | 0 | 22 | 64 | 42 |
| Octal | 377 | 263 | 120 | 0 | 36 | 105 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110011 | 1010000 | 0 | 11110 | 1000101 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB350
Complementary color
Monochromatic Colors of #FFB350
Black with #FFB350
Text Example
Text Example
White with #FFB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB350; }
p { color: rgb(255,179,80); }
H1.HeaderClassName
{
color: #FFB350;
}
.AnyTagClassName
{
color: #FFB350;
}
</style>
background-color css
<style>
a { background-color: #FFB350; }
a { background-color: rgb(255,179,80); }
div.DivClassName
{
background-color: #FFB350;
}
.BgClassName
{
background-color: #FFB350;
}
</style>
border-color css
<style>
span { border-color: #FFB350; }
span { border-color: rgb(255,179,80); }
td.TdClassName
{
border-color: #FFB350;
}
.TagClassName
{
border-color: #FFB350;
}
</style>