Shades of Koromiko #FEB250
Tints of Koromiko #FEB250
RGB
CMYK
RGB Variations
Color information
#FEB250 (or 0xFEB250) is known color: Koromiko. HEX triplet: FE, B2 and 50. RGB value is (254,178,80). Sum of RGB (Red+Green+Blue) = 254+178+80=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB250 is #014DAF. Grayscale: #BEBEBE. Windows color (decimal): -85424 or 5288702. OLE color: 5288702.
HSL color Cylindrical-coordinate representation of color #FEB250: hue angle of 33.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEB250 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 80 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.00 |
| HSL | 33.79º | 0.99% | 0.65% | - |
| HSV(B) | 33.79º | 0.69% | 1% | - |
| XYZ | 58.24 | 53.49 | 14.84 | - |
| YUV | 189.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 80 | 0 | 0.30 | 0.69 | 0.00 | 33.79 | 0.99 | 0.65 |
| Hex | FE | B2 | 50 | 0 | 1E | 45 | 0 | 22 | 63 | 41 |
| Octal | 376 | 262 | 120 | 0 | 36 | 105 | 0 | 42 | 143 | 101 |
| Binary | 11111110 | 10110010 | 1010000 | 0 | 11110 | 1000101 | 0 | 100010 | 1100011 | 1000001 |
Color Harmonies of #FEB250
Complementary color
Monochromatic Colors of #FEB250
Black with #FEB250
Text Example
Text Example
White with #FEB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB250; }
p { color: rgb(254,178,80); }
H1.HeaderClassName
{
color: #FEB250;
}
.AnyTagClassName
{
color: #FEB250;
}
</style>
background-color css
<style>
a { background-color: #FEB250; }
a { background-color: rgb(254,178,80); }
div.DivClassName
{
background-color: #FEB250;
}
.BgClassName
{
background-color: #FEB250;
}
</style>
border-color css
<style>
span { border-color: #FEB250; }
span { border-color: rgb(254,178,80); }
td.TdClassName
{
border-color: #FEB250;
}
.TagClassName
{
border-color: #FEB250;
}
</style>