Html Css Color HEX #FEC794 Peach-Orange

📋 copy color: '#FEC794'

red 254 ◦ green 199 ◦ blue 148

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

Shades of Peach-Orange #FEC794

Tints of Peach-Orange #FEC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.11%

 BLUE value IS 148 (58.2% from 255) = 24.63%

R = 42.26%
G = 33.11%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEC794 (or 0xFEC794) is known color: Peach-Orange. HEX triplet: FE, C7 and 94. RGB value is (254,199,148). Sum of RGB (Red+Green+Blue) = 254+199+148=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC794 is #01386B. Grayscale: #D1D1D1. Windows color (decimal): -79980 or 9750526. OLE color: 9750526.

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

Color convert

RGB 254 199 148 -
CMYK 0 0.22 0.42 0.00
HSL 28.87º 0.98% 0.79% -
HSV(B) 28.87º 0.42% 1% -
XYZ 66.64 64.06 36.87 -
YUV 209.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 254 199 148 0 0.22 0.42 0.00 28.87 0.98 0.79
Hex FE C7 94 0 16 2A 0 1D 62 4F
Octal 376 307 224 0 26 52 0 35 142 117
Binary 11111110 11000111 10010100 0 10110 101010 0 11101 1100010 1001111

Color Harmonies of #FEC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC794

Black with #FEC794

Text Example


Text Example

White with #FEC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC794; }

 p { color: rgb(254,199,148); }

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

background-color css

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

 a { background-color: rgb(254,199,148); }

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

border-color css

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

 span { border-color: rgb(254,199,148); }

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