Html Css Color HEX #FEC393 Peach-Orange

📋 copy color: '#FEC393'

red 254 ◦ green 195 ◦ blue 147

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

Shades of Peach-Orange #FEC393

Tints of Peach-Orange #FEC393

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.72%

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

R = 42.62%
G = 32.72%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEC393 (or 0xFEC393) is known color: Peach-Orange. HEX triplet: FE, C3 and 93. RGB value is (254,195,147). Sum of RGB (Red+Green+Blue) = 254+195+147=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC393 is #013C6C. Grayscale: #CFCFCF. Windows color (decimal): -81005 or 9683966. OLE color: 9683966.

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

Color convert

RGB 254 195 147 -
CMYK 0 0.23 0.42 0.00
HSL 26.92º 0.98% 0.79% -
HSV(B) 26.92º 0.42% 1% -
XYZ 65.65 62.21 36.15 -
YUV 207.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 254 195 147 0 0.23 0.42 0.00 26.92 0.98 0.79
Hex FE C3 93 0 17 2A 0 1B 62 4F
Octal 376 303 223 0 27 52 0 33 142 117
Binary 11111110 11000011 10010011 0 10111 101010 0 11011 1100010 1001111

Color Harmonies of #FEC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC393

Black with #FEC393

Text Example


Text Example

White with #FEC393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC393; }

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

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

background-color css

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

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

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

border-color css

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

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

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