Html Css Color HEX #FECE8E Peach-Orange

📋 copy color: '#FECE8E'

red 254 ◦ green 206 ◦ blue 142

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

Shades of Peach-Orange #FECE8E

Tints of Peach-Orange #FECE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.59%

R = 42.19%
G = 34.22%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FECE8E (or 0xFECE8E) is known color: Peach-Orange. HEX triplet: FE, CE and 8E. RGB value is (254,206,142). Sum of RGB (Red+Green+Blue) = 254+206+142=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE8E is #013171. Grayscale: #D5D5D5. Windows color (decimal): -78194 or 9359102. OLE color: 9359102.

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

Color convert

RGB 254 206 142 -
CMYK 0 0.19 0.44 0.00
HSL 34.29º 0.98% 0.78% -
HSV(B) 34.29º 0.44% 1% -
XYZ 67.83 67.17 34.98 -
YUV 213.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 254 206 142 0 0.19 0.44 0.00 34.29 0.98 0.78
Hex FE CE 8E 0 13 2C 0 22 62 4E
Octal 376 316 216 0 23 54 0 42 142 116
Binary 11111110 11001110 10001110 0 10011 101100 0 100010 1100010 1001110

Color Harmonies of #FECE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE8E

Black with #FECE8E

Text Example


Text Example

White with #FECE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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