#FECA98

Color #FECA98 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FECA98

Tints of Peach-Orange #FECA98

Color information

#FECA98 (or 0xFECA98) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 98. RGB value is (254,202,152). Sum of RGB (Red+Green+Blue) = 254+202+152=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA98 is #013567. Grayscale: #D4D4D4. Windows color (decimal): -79208 or 10013438. OLE color: 10013438.

HSL color Cylindrical-coordinate representation of color #FECA98: hue angle of 29.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FECA98 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254202152-
CMYK00.200.400.00
HSL29.41º98.08%79.61%-
HSV(B)29.41º40.16%99.61%-
XYZ67.6665.5838.8-
YUV211.8594.23158.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 152 (59.77% from 255) = 25%
R=41.78%
G=33.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420215200.200.400.0029.4198.0879.61
HexFECA980142801d6250
Octal37631223002450035142120
Binary11111110110010101001100001010010100001110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA98; }

 p { color: rgb(254,202,152); }

 H1.HeaderClassName
 {
   color: #FECA98;
 }
 .AnyTagClassName
 {
   color: #FECA98;
 }
</style>
background-color css

<style>
 a { background-color: #FECA98; }

 a { background-color: rgb(254,202,152); }

 div.DivClassName
 {
   background-color: #FECA98;
 }
 .BgClassName
 {
   background-color: #FECA98;
 }
</style>
border-color css

<style>
 span { border-color: #FECA98; }

 span { border-color: rgb(254,202,152); }

 td.TdClassName
 {
   border-color: #FECA98;
 }
 .TagClassName
 {
   border-color: #FECA98;
 }
</style>