Html Css Color HEX #FEC696 Peach-Orange

📋 copy color: '#FEC696'

red 254 ◦ green 198 ◦ blue 150

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

Shades of Peach-Orange #FEC696

Tints of Peach-Orange #FEC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.89%

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

R = 42.19%
G = 32.89%
B = 24.92%

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

#FEC696 (or 0xFEC696) is known color: Peach-Orange. HEX triplet: FE, C6 and 96. RGB value is (254,198,150). Sum of RGB (Red+Green+Blue) = 254+198+150=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC696 is #013969. Grayscale: #D1D1D1. Windows color (decimal): -80234 or 9881342. OLE color: 9881342.

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

Color convert

RGB 254 198 150 -
CMYK 0 0.22 0.41 0.00
HSL 27.69º 0.98% 0.79% -
HSV(B) 27.69º 0.41% 1% -
XYZ 66.57 63.66 37.63 -
YUV 209.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 254 198 150 0 0.22 0.41 0.00 27.69 0.98 0.79
Hex FE C6 96 0 16 29 0 1C 62 4F
Octal 376 306 226 0 26 51 0 34 142 117
Binary 11111110 11000110 10010110 0 10110 101001 0 11100 1100010 1001111

Color Harmonies of #FEC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC696

Black with #FEC696

Text Example


Text Example

White with #FEC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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