Shades of Peach-Orange #FEC28B
Tints of Peach-Orange #FEC28B
RGB
CMYK
RGB Variations
Color information
#FEC28B (or 0xFEC28B) is known color: Peach-Orange. HEX triplet: FE, C2 and 8B. RGB value is (254,194,139). Sum of RGB (Red+Green+Blue) = 254+194+139=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC28B is #013D74. Grayscale: #CDCDCD. Windows color (decimal): -81269 or 9159422. OLE color: 9159422.
HSL color Cylindrical-coordinate representation of color #FEC28B: hue angle of 28.7º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEC28B is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 139 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.00 |
| HSL | 28.7º | 0.98% | 0.77% | - |
| HSV(B) | 28.7º | 0.45% | 1% | - |
| XYZ | 64.83 | 61.52 | 32.88 | - |
| YUV | 205.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 139 | 0 | 0.24 | 0.45 | 0.00 | 28.7 | 0.98 | 0.77 |
| Hex | FE | C2 | 8B | 0 | 18 | 2D | 0 | 1D | 62 | 4D |
| Octal | 376 | 302 | 213 | 0 | 30 | 55 | 0 | 35 | 142 | 115 |
| Binary | 11111110 | 11000010 | 10001011 | 0 | 11000 | 101101 | 0 | 11101 | 1100010 | 1001101 |
Color Harmonies of #FEC28B
Complementary color
Monochromatic Colors of #FEC28B
Black with #FEC28B
Text Example
Text Example
White with #FEC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC28B; }
p { color: rgb(254,194,139); }
H1.HeaderClassName
{
color: #FEC28B;
}
.AnyTagClassName
{
color: #FEC28B;
}
</style>
background-color css
<style>
a { background-color: #FEC28B; }
a { background-color: rgb(254,194,139); }
div.DivClassName
{
background-color: #FEC28B;
}
.BgClassName
{
background-color: #FEC28B;
}
</style>
border-color css
<style>
span { border-color: #FEC28B; }
span { border-color: rgb(254,194,139); }
td.TdClassName
{
border-color: #FEC28B;
}
.TagClassName
{
border-color: #FEC28B;
}
</style>