Shades of Peach-Orange #FECF92
Tints of Peach-Orange #FECF92
RGB
CMYK
RGB Variations
Color information
#FECF92 (or 0xFECF92) is known color: Peach-Orange. HEX triplet: FE, CF and 92. RGB value is (254,207,146). Sum of RGB (Red+Green+Blue) = 254+207+146=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF92 is #01306D. Grayscale: #D6D6D6. Windows color (decimal): -77934 or 9621502. OLE color: 9621502.
HSL color Cylindrical-coordinate representation of color #FECF92: hue angle of 33.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FECF92 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 146 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.00 |
| HSL | 33.89º | 0.98% | 0.78% | - |
| HSV(B) | 33.89º | 0.43% | 1% | - |
| XYZ | 68.37 | 67.77 | 36.67 | - |
| YUV | 214.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 146 | 0 | 0.19 | 0.43 | 0.00 | 33.89 | 0.98 | 0.78 |
| Hex | FE | CF | 92 | 0 | 13 | 2B | 0 | 22 | 62 | 4E |
| Octal | 376 | 317 | 222 | 0 | 23 | 53 | 0 | 42 | 142 | 116 |
| Binary | 11111110 | 11001111 | 10010010 | 0 | 10011 | 101011 | 0 | 100010 | 1100010 | 1001110 |
Color Harmonies of #FECF92
Complementary color
Monochromatic Colors of #FECF92
Black with #FECF92
Text Example
Text Example
White with #FECF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF92; }
p { color: rgb(254,207,146); }
H1.HeaderClassName
{
color: #FECF92;
}
.AnyTagClassName
{
color: #FECF92;
}
</style>
background-color css
<style>
a { background-color: #FECF92; }
a { background-color: rgb(254,207,146); }
div.DivClassName
{
background-color: #FECF92;
}
.BgClassName
{
background-color: #FECF92;
}
</style>
border-color css
<style>
span { border-color: #FECF92; }
span { border-color: rgb(254,207,146); }
td.TdClassName
{
border-color: #FECF92;
}
.TagClassName
{
border-color: #FECF92;
}
</style>