Shades of Peach-Orange #FEC38D
Tints of Peach-Orange #FEC38D
RGB
CMYK
RGB Variations
Color information
#FEC38D (or 0xFEC38D) is known color: Peach-Orange. HEX triplet: FE, C3 and 8D. RGB value is (254,195,141). Sum of RGB (Red+Green+Blue) = 254+195+141=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC38D is #013C72. Grayscale: #CECECE. Windows color (decimal): -81011 or 9290750. OLE color: 9290750.
HSL color Cylindrical-coordinate representation of color #FEC38D: hue angle of 28.67º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEC38D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 141 | - |
CMYK | 0 | 0.23 | 0.44 | 0.00 |
HSL | 28.67º | 0.98% | 0.77% | - |
HSV(B) | 28.67º | 0.44% | 1% | - |
XYZ | 65.2 | 62.02 | 33.73 | - |
YUV | 206.49 | 91.05 | 161.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 141 | 0 | 0.23 | 0.44 | 0.00 | 28.67 | 0.98 | 0.77 |
Hex | FE | C3 | 8D | 0 | 17 | 2C | 0 | 1D | 62 | 4D |
Octal | 376 | 303 | 215 | 0 | 27 | 54 | 0 | 35 | 142 | 115 |
Binary | 11111110 | 11000011 | 10001101 | 0 | 10111 | 101100 | 0 | 11101 | 1100010 | 1001101 |
Color Harmonies of #FEC38D
Complementary color
Monochromatic Colors of #FEC38D
Black with #FEC38D
Text Example
Text Example
White with #FEC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC38D; }
p { color: rgb(254,195,141); }
H1.HeaderClassName
{
color: #FEC38D;
}
.AnyTagClassName
{
color: #FEC38D;
}
</style>
background-color css
<style>
a { background-color: #FEC38D; }
a { background-color: rgb(254,195,141); }
div.DivClassName
{
background-color: #FEC38D;
}
.BgClassName
{
background-color: #FEC38D;
}
</style>
border-color css
<style>
span { border-color: #FEC38D; }
span { border-color: rgb(254,195,141); }
td.TdClassName
{
border-color: #FEC38D;
}
.TagClassName
{
border-color: #FEC38D;
}
</style>