Shades of Koromiko #FFB250
Tints of Koromiko #FFB250
RGB
CMYK
RGB Variations
Color information
#FFB250 (or 0xFFB250) is known color: Koromiko. HEX triplet: FF, B2 and 50. RGB value is (255,178,80). Sum of RGB (Red+Green+Blue) = 255+178+80=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB250 is #004DAF. Grayscale: #BEBEBE. Windows color (decimal): -19888 or 5288703. OLE color: 5288703.
HSL color Cylindrical-coordinate representation of color #FFB250: hue angle of 33.6º 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 #FFB250 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 80 | - |
| CMYK | 0 | 0.30 | 0.69 | 0 |
| HSL | 33.6º | 1% | 0.66% | - |
| HSV(B) | 33.6º | 0.69% | 1% | - |
| XYZ | 58.61 | 53.68 | 14.86 | - |
| YUV | 189.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 80 | 0 | 0.30 | 0.69 | 0 | 33.6 | 1 | 0.66 |
| Hex | FF | B2 | 50 | 0 | 1E | 45 | 0 | 22 | 64 | 42 |
| Octal | 377 | 262 | 120 | 0 | 36 | 105 | 0 | 42 | 144 | 102 |
| Binary | 11111111 | 10110010 | 1010000 | 0 | 11110 | 1000101 | 0 | 100010 | 1100100 | 1000010 |
Color Harmonies of #FFB250
Complementary color
Monochromatic Colors of #FFB250
Black with #FFB250
Text Example
Text Example
White with #FFB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB250; }
p { color: rgb(255,178,80); }
H1.HeaderClassName
{
color: #FFB250;
}
.AnyTagClassName
{
color: #FFB250;
}
</style>
background-color css
<style>
a { background-color: #FFB250; }
a { background-color: rgb(255,178,80); }
div.DivClassName
{
background-color: #FFB250;
}
.BgClassName
{
background-color: #FFB250;
}
</style>
border-color css
<style>
span { border-color: #FFB250; }
span { border-color: rgb(255,178,80); }
td.TdClassName
{
border-color: #FFB250;
}
.TagClassName
{
border-color: #FFB250;
}
</style>