Html Css Color HEX #FEC596 Peach-Orange

📋 copy color: '#FEC596'

red 254 ◦ green 197 ◦ blue 150

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

Shades of Peach-Orange #FEC596

Tints of Peach-Orange #FEC596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.96%

R = 42.26%
G = 32.78%
B = 24.96%

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

#FEC596 (or 0xFEC596) is known color: Peach-Orange. HEX triplet: FE, C5 and 96. RGB value is (254,197,150). Sum of RGB (Red+Green+Blue) = 254+197+150=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC596 is #013A69. Grayscale: #D0D0D0. Windows color (decimal): -80490 or 9881086. OLE color: 9881086.

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

Color convert

RGB 254 197 150 -
CMYK 0 0.22 0.41 0.00
HSL 27.12º 0.98% 0.79% -
HSV(B) 27.12º 0.41% 1% -
XYZ 66.34 63.21 37.56 -
YUV 208.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 254 197 150 0 0.22 0.41 0.00 27.12 0.98 0.79
Hex FE C5 96 0 16 29 0 1B 62 4F
Octal 376 305 226 0 26 51 0 33 142 117
Binary 11111110 11000101 10010110 0 10110 101001 0 11011 1100010 1001111

Color Harmonies of #FEC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC596

Black with #FEC596

Text Example


Text Example

White with #FEC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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