Shades of Peach-Orange #FECB92
Tints of Peach-Orange #FECB92
RGB
CMYK
RGB Variations
Color information
#FECB92 (or 0xFECB92) is known color: Peach-Orange. HEX triplet: FE, CB and 92. RGB value is (254,203,146). Sum of RGB (Red+Green+Blue) = 254+203+146=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB92 is #01346D. Grayscale: #D4D4D4. Windows color (decimal): -78958 or 9620478. OLE color: 9620478.
HSL color Cylindrical-coordinate representation of color #FECB92: hue angle of 31.67º 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 #FECB92 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 146 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.00 |
| HSL | 31.67º | 0.98% | 0.78% | - |
| HSV(B) | 31.67º | 0.43% | 1% | - |
| XYZ | 67.42 | 65.86 | 36.35 | - |
| YUV | 211.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 146 | 0 | 0.20 | 0.43 | 0.00 | 31.67 | 0.98 | 0.78 |
| Hex | FE | CB | 92 | 0 | 14 | 2B | 0 | 20 | 62 | 4E |
| Octal | 376 | 313 | 222 | 0 | 24 | 53 | 0 | 40 | 142 | 116 |
| Binary | 11111110 | 11001011 | 10010010 | 0 | 10100 | 101011 | 0 | 100000 | 1100010 | 1001110 |
Color Harmonies of #FECB92
Complementary color
Monochromatic Colors of #FECB92
Black with #FECB92
Text Example
Text Example
White with #FECB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB92; }
p { color: rgb(254,203,146); }
H1.HeaderClassName
{
color: #FECB92;
}
.AnyTagClassName
{
color: #FECB92;
}
</style>
background-color css
<style>
a { background-color: #FECB92; }
a { background-color: rgb(254,203,146); }
div.DivClassName
{
background-color: #FECB92;
}
.BgClassName
{
background-color: #FECB92;
}
</style>
border-color css
<style>
span { border-color: #FECB92; }
span { border-color: rgb(254,203,146); }
td.TdClassName
{
border-color: #FECB92;
}
.TagClassName
{
border-color: #FECB92;
}
</style>