Html Css Color HEX #FEC590 Peach-Orange

📋 copy color: '#FEC590'

red 254 ◦ green 197 ◦ blue 144

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

Shades of Peach-Orange #FEC590

Tints of Peach-Orange #FEC590

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.11%

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

R = 42.69%
G = 33.11%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC590 (or 0xFEC590) is known color: Peach-Orange. HEX triplet: FE, C5 and 90. RGB value is (254,197,144). Sum of RGB (Red+Green+Blue) = 254+197+144=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC590 is #013A6F. Grayscale: #D0D0D0. Windows color (decimal): -80496 or 9487870. OLE color: 9487870.

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

Color convert

RGB 254 197 144 -
CMYK 0 0.22 0.43 0.00
HSL 28.91º 0.98% 0.78% -
HSV(B) 28.91º 0.43% 1% -
XYZ 65.87 63.02 35.08 -
YUV 208 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 254 197 144 0 0.22 0.43 0.00 28.91 0.98 0.78
Hex FE C5 90 0 16 2B 0 1D 62 4E
Octal 376 305 220 0 26 53 0 35 142 116
Binary 11111110 11000101 10010000 0 10110 101011 0 11101 1100010 1001110

Color Harmonies of #FEC590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC590

Black with #FEC590

Text Example


Text Example

White with #FEC590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC590; }

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

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

background-color css

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

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

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

border-color css

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

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

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