Shades of Peach-Orange #FEC38C
Tints of Peach-Orange #FEC38C
RGB
CMYK
RGB Variations
Color information
#FEC38C (or 0xFEC38C) is known color: Peach-Orange. HEX triplet: FE, C3 and 8C. RGB value is (254,195,140). Sum of RGB (Red+Green+Blue) = 254+195+140=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC38C is #013C73. Grayscale: #CECECE. Windows color (decimal): -81012 or 9225214. OLE color: 9225214.
HSL color Cylindrical-coordinate representation of color #FEC38C: hue angle of 28.95º 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 #FEC38C is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 140 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.00 |
| HSL | 28.95º | 0.98% | 0.77% | - |
| HSV(B) | 28.95º | 0.45% | 1% | - |
| XYZ | 65.12 | 61.99 | 33.34 | - |
| YUV | 206.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 140 | 0 | 0.23 | 0.45 | 0.00 | 28.95 | 0.98 | 0.77 |
| Hex | FE | C3 | 8C | 0 | 17 | 2D | 0 | 1D | 62 | 4D |
| Octal | 376 | 303 | 214 | 0 | 27 | 55 | 0 | 35 | 142 | 115 |
| Binary | 11111110 | 11000011 | 10001100 | 0 | 10111 | 101101 | 0 | 11101 | 1100010 | 1001101 |
Color Harmonies of #FEC38C
Complementary color
Monochromatic Colors of #FEC38C
Black with #FEC38C
Text Example
Text Example
White with #FEC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC38C; }
p { color: rgb(254,195,140); }
H1.HeaderClassName
{
color: #FEC38C;
}
.AnyTagClassName
{
color: #FEC38C;
}
</style>
background-color css
<style>
a { background-color: #FEC38C; }
a { background-color: rgb(254,195,140); }
div.DivClassName
{
background-color: #FEC38C;
}
.BgClassName
{
background-color: #FEC38C;
}
</style>
border-color css
<style>
span { border-color: #FEC38C; }
span { border-color: rgb(254,195,140); }
td.TdClassName
{
border-color: #FEC38C;
}
.TagClassName
{
border-color: #FEC38C;
}
</style>