Html Css Color HEX #FEC996 Peach-Orange

📋 copy color: '#FEC996'

red 254 ◦ green 201 ◦ blue 150

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

Shades of Peach-Orange #FEC996

Tints of Peach-Orange #FEC996

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.22%

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

R = 41.98%
G = 33.22%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEC996 (or 0xFEC996) is known color: Peach-Orange. HEX triplet: FE, C9 and 96. RGB value is (254,201,150). Sum of RGB (Red+Green+Blue) = 254+201+150=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC996 is #013669. Grayscale: #D3D3D3. Windows color (decimal): -79466 or 9882110. OLE color: 9882110.

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

Color convert

RGB 254 201 150 -
CMYK 0 0.21 0.41 0.00
HSL 29.42º 0.98% 0.79% -
HSV(B) 29.42º 0.41% 1% -
XYZ 67.26 65.05 37.86 -
YUV 211.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 254 201 150 0 0.21 0.41 0.00 29.42 0.98 0.79
Hex FE C9 96 0 15 29 0 1D 62 4F
Octal 376 311 226 0 25 51 0 35 142 117
Binary 11111110 11001001 10010110 0 10101 101001 0 11101 1100010 1001111

Color Harmonies of #FEC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC996

Black with #FEC996

Text Example


Text Example

White with #FEC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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