Html Css Color HEX #FEC595 Peach-Orange

📋 copy color: '#FEC595'

red 254 ◦ green 197 ◦ blue 149

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

Shades of Peach-Orange #FEC595

Tints of Peach-Orange #FEC595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 42.33%
G = 32.83%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEC595 (or 0xFEC595) is known color: Peach-Orange. HEX triplet: FE, C5 and 95. RGB value is (254,197,149). Sum of RGB (Red+Green+Blue) = 254+197+149=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC595 is #013A6A. Grayscale: #D0D0D0. Windows color (decimal): -80491 or 9815550. OLE color: 9815550.

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

Color convert

RGB 254 197 149 -
CMYK 0 0.22 0.41 0.00
HSL 27.43º 0.98% 0.79% -
HSV(B) 27.43º 0.41% 1% -
XYZ 66.26 63.17 37.13 -
YUV 208.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 254 197 149 0 0.22 0.41 0.00 27.43 0.98 0.79
Hex FE C5 95 0 16 29 0 1B 62 4F
Octal 376 305 225 0 26 51 0 33 142 117
Binary 11111110 11000101 10010101 0 10110 101001 0 11011 1100010 1001111

Color Harmonies of #FEC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC595

Black with #FEC595

Text Example


Text Example

White with #FEC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC595; }

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

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

background-color css

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

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

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

border-color css

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

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

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