Html Css Color HEX #FEC890 Peach-Orange

📋 copy color: '#FEC890'

red 254 ◦ green 200 ◦ blue 144

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

Shades of Peach-Orange #FEC890

Tints of Peach-Orange #FEC890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.08%

R = 42.47%
G = 33.44%
B = 24.08%

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

#FEC890 (or 0xFEC890) is known color: Peach-Orange. HEX triplet: FE, C8 and 90. RGB value is (254,200,144). Sum of RGB (Red+Green+Blue) = 254+200+144=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC890 is #01376F. Grayscale: #D2D2D2. Windows color (decimal): -79728 or 9488638. OLE color: 9488638.

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

Color convert

RGB 254 200 144 -
CMYK 0 0.21 0.43 0.00
HSL 30.55º 0.98% 0.78% -
HSV(B) 30.55º 0.43% 1% -
XYZ 66.56 64.39 35.31 -
YUV 209.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 254 200 144 0 0.21 0.43 0.00 30.55 0.98 0.78
Hex FE C8 90 0 15 2B 0 1F 62 4E
Octal 376 310 220 0 25 53 0 37 142 116
Binary 11111110 11001000 10010000 0 10101 101011 0 11111 1100010 1001110

Color Harmonies of #FEC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC890

Black with #FEC890

Text Example


Text Example

White with #FEC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC890; }

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

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

background-color css

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

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

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

border-color css

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

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

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