Html Css Color HEX #FECA8C Peach-Orange

📋 copy color: '#FECA8C'

red 254 ◦ green 202 ◦ blue 140

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

Shades of Peach-Orange #FECA8C

Tints of Peach-Orange #FECA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.49%

R = 42.62%
G = 33.89%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FECA8C (or 0xFECA8C) is known color: Peach-Orange. HEX triplet: FE, CA and 8C. RGB value is (254,202,140). Sum of RGB (Red+Green+Blue) = 254+202+140=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8C is #013573. Grayscale: #D2D2D2. Windows color (decimal): -79220 or 9227006. OLE color: 9227006.

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

Color convert

RGB 254 202 140 -
CMYK 0 0.20 0.45 0.00
HSL 32.63º 0.98% 0.77% -
HSV(B) 32.63º 0.45% 1% -
XYZ 66.73 65.21 33.88 -
YUV 210.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 254 202 140 0 0.20 0.45 0.00 32.63 0.98 0.77
Hex FE CA 8C 0 14 2D 0 21 62 4D
Octal 376 312 214 0 24 55 0 41 142 115
Binary 11111110 11001010 10001100 0 10100 101101 0 100001 1100010 1001101

Color Harmonies of #FECA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA8C

Black with #FECA8C

Text Example


Text Example

White with #FECA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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