Html Css Color HEX #FEC894 Peach-Orange

📋 copy color: '#FEC894'

red 254 ◦ green 200 ◦ blue 148

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

Shades of Peach-Orange #FEC894

Tints of Peach-Orange #FEC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.22%

 BLUE value IS 148 (58.2% from 255) = 24.58%

R = 42.19%
G = 33.22%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEC894 (or 0xFEC894) is known color: Peach-Orange. HEX triplet: FE, C8 and 94. RGB value is (254,200,148). Sum of RGB (Red+Green+Blue) = 254+200+148=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC894 is #01376B. Grayscale: #D2D2D2. Windows color (decimal): -79724 or 9750782. OLE color: 9750782.

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

Color convert

RGB 254 200 148 -
CMYK 0 0.21 0.42 0.00
HSL 29.43º 0.98% 0.79% -
HSV(B) 29.43º 0.42% 1% -
XYZ 66.87 64.52 36.95 -
YUV 210.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 254 200 148 0 0.21 0.42 0.00 29.43 0.98 0.79
Hex FE C8 94 0 15 2A 0 1D 62 4F
Octal 376 310 224 0 25 52 0 35 142 117
Binary 11111110 11001000 10010100 0 10101 101010 0 11101 1100010 1001111

Color Harmonies of #FEC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC894

Black with #FEC894

Text Example


Text Example

White with #FEC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC894; }

 p { color: rgb(254,200,148); }

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

background-color css

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

 a { background-color: rgb(254,200,148); }

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

border-color css

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

 span { border-color: rgb(254,200,148); }

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