Html Css Color HEX #FECE93 Peach-Orange

📋 copy color: '#FECE93'

red 254 ◦ green 206 ◦ blue 147

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

Shades of Peach-Orange #FECE93

Tints of Peach-Orange #FECE93

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.94%

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

R = 41.85%
G = 33.94%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FECE93 (or 0xFECE93) is known color: Peach-Orange. HEX triplet: FE, CE and 93. RGB value is (254,206,147). Sum of RGB (Red+Green+Blue) = 254+206+147=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE93 is #01316C. Grayscale: #D5D5D5. Windows color (decimal): -78189 or 9686782. OLE color: 9686782.

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

Color convert

RGB 254 206 147 -
CMYK 0 0.19 0.42 0.00
HSL 33.08º 0.98% 0.79% -
HSV(B) 33.08º 0.42% 1% -
XYZ 68.21 67.32 37 -
YUV 213.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 254 206 147 0 0.19 0.42 0.00 33.08 0.98 0.79
Hex FE CE 93 0 13 2A 0 21 62 4F
Octal 376 316 223 0 23 52 0 41 142 117
Binary 11111110 11001110 10010011 0 10011 101010 0 100001 1100010 1001111

Color Harmonies of #FECE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE93

Black with #FECE93

Text Example


Text Example

White with #FECE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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