Html Css Color HEX #FECA9D Peach-Orange

📋 copy color: '#FECA9D'

red 254 ◦ green 202 ◦ blue 157

#FECA9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #FECA9D

Tints of Peach-Orange #FECA9D

RGB

 RED value IS 254 (99.61% from 255) = 41.44%

 GREEN value IS 202 (79.3% from 255) = 32.95%

 BLUE value IS 157 (61.72% from 255) = 25.61%

R = 41.44%
G = 32.95%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FECA9D (or 0xFECA9D) is known color: Peach-Orange. HEX triplet: FE, CA and 9D. RGB value is (254,202,157). Sum of RGB (Red+Green+Blue) = 254+202+157=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA9D is #013562. Grayscale: #D4D4D4. Windows color (decimal): -79203 or 10341118. OLE color: 10341118.

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

Color convert

RGB 254 202 157 -
CMYK 0 0.20 0.38 0.00
HSL 27.84º 0.98% 0.81% -
HSV(B) 27.84º 0.38% 1% -
XYZ 68.08 65.75 41 -
YUV 212.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 254 202 157 0 0.20 0.38 0.00 27.84 0.98 0.81
Hex FE CA 9D 0 14 26 0 1C 62 51
Octal 376 312 235 0 24 46 0 34 142 121
Binary 11111110 11001010 10011101 0 10100 100110 0 11100 1100010 1010001

Color Harmonies of #FECA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA9D

Black with #FECA9D

Text Example


Text Example

White with #FECA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA9D; }

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

 H1.HeaderClassName
 {
   color: #FECA9D;
 }
 .AnyTagClassName
 {
   color: #FECA9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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