Html Css Color HEX #FEC891 Peach-Orange

📋 copy color: '#FEC891'

red 254 ◦ green 200 ◦ blue 145

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

Shades of Peach-Orange #FEC891

Tints of Peach-Orange #FEC891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.21%

R = 42.4%
G = 33.39%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC891 (or 0xFEC891) is known color: Peach-Orange. HEX triplet: FE, C8 and 91. RGB value is (254,200,145). Sum of RGB (Red+Green+Blue) = 254+200+145=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC891 is #01376E. Grayscale: #D2D2D2. Windows color (decimal): -79727 or 9554174. OLE color: 9554174.

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

Color convert

RGB 254 200 145 -
CMYK 0 0.21 0.43 0.00
HSL 30.28º 0.98% 0.78% -
HSV(B) 30.28º 0.43% 1% -
XYZ 66.64 64.42 35.71 -
YUV 209.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 254 200 145 0 0.21 0.43 0.00 30.28 0.98 0.78
Hex FE C8 91 0 15 2B 0 1E 62 4E
Octal 376 310 221 0 25 53 0 36 142 116
Binary 11111110 11001000 10010001 0 10101 101011 0 11110 1100010 1001110

Color Harmonies of #FEC891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC891

Black with #FEC891

Text Example


Text Example

White with #FEC891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC891; }

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

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

background-color css

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

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

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

border-color css

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

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

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