Html Css Color HEX #FECA8D Peach-Orange

📋 copy color: '#FECA8D'

red 254 ◦ green 202 ◦ blue 141

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

Shades of Peach-Orange #FECA8D

Tints of Peach-Orange #FECA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.62%

R = 42.55%
G = 33.84%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FECA8D (or 0xFECA8D) is known color: Peach-Orange. HEX triplet: FE, CA and 8D. RGB value is (254,202,141). Sum of RGB (Red+Green+Blue) = 254+202+141=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8D is #013572. Grayscale: #D2D2D2. Windows color (decimal): -79219 or 9292542. OLE color: 9292542.

HSL color Cylindrical-coordinate representation of color #FECA8D: hue angle of 32.39º 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 #FECA8D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 141 -
CMYK 0 0.20 0.44 0.00
HSL 32.39º 0.98% 0.77% -
HSV(B) 32.39º 0.44% 1% -
XYZ 66.8 65.23 34.27 -
YUV 210.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 254 202 141 0 0.20 0.44 0.00 32.39 0.98 0.77
Hex FE CA 8D 0 14 2C 0 20 62 4D
Octal 376 312 215 0 24 54 0 40 142 115
Binary 11111110 11001010 10001101 0 10100 101100 0 100000 1100010 1001101

Color Harmonies of #FECA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA8D

Black with #FECA8D

Text Example


Text Example

White with #FECA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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