Html Css Color HEX #FEC693 Peach-Orange

📋 copy color: '#FEC693'

red 254 ◦ green 198 ◦ blue 147

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

Shades of Peach-Orange #FEC693

Tints of Peach-Orange #FEC693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 42.4%
G = 33.06%
B = 24.54%

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

#FEC693 (or 0xFEC693) is known color: Peach-Orange. HEX triplet: FE, C6 and 93. RGB value is (254,198,147). Sum of RGB (Red+Green+Blue) = 254+198+147=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC693 is #01396C. Grayscale: #D1D1D1. Windows color (decimal): -80237 or 9684734. OLE color: 9684734.

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

Color convert

RGB 254 198 147 -
CMYK 0 0.22 0.42 0.00
HSL 28.6º 0.98% 0.79% -
HSV(B) 28.6º 0.42% 1% -
XYZ 66.33 63.57 36.38 -
YUV 208.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 254 198 147 0 0.22 0.42 0.00 28.6 0.98 0.79
Hex FE C6 93 0 16 2A 0 1D 62 4F
Octal 376 306 223 0 26 52 0 35 142 117
Binary 11111110 11000110 10010011 0 10110 101010 0 11101 1100010 1001111

Color Harmonies of #FEC693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC693

Black with #FEC693

Text Example


Text Example

White with #FEC693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC693; }

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

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

background-color css

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

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

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

border-color css

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

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

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