Html Css Color HEX #FEC694 Peach-Orange

📋 copy color: '#FEC694'

red 254 ◦ green 198 ◦ blue 148

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

Shades of Peach-Orange #FEC694

Tints of Peach-Orange #FEC694

RGB

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

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

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

R = 42.33%
G = 33%
B = 24.67%

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

#FEC694 (or 0xFEC694) is known color: Peach-Orange. HEX triplet: FE, C6 and 94. RGB value is (254,198,148). Sum of RGB (Red+Green+Blue) = 254+198+148=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC694 is #01396B. Grayscale: #D1D1D1. Windows color (decimal): -80236 or 9750270. OLE color: 9750270.

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

Color convert

RGB 254 198 148 -
CMYK 0 0.22 0.42 0.00
HSL 28.3º 0.98% 0.79% -
HSV(B) 28.3º 0.42% 1% -
XYZ 66.41 63.6 36.79 -
YUV 209.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 254 198 148 0 0.22 0.42 0.00 28.3 0.98 0.79
Hex FE C6 94 0 16 2A 0 1C 62 4F
Octal 376 306 224 0 26 52 0 34 142 117
Binary 11111110 11000110 10010100 0 10110 101010 0 11100 1100010 1001111

Color Harmonies of #FEC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC694

Black with #FEC694

Text Example


Text Example

White with #FEC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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