Html Css Color HEX #FECE8C Peach-Orange

📋 copy color: '#FECE8C'

red 254 ◦ green 206 ◦ blue 140

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

Shades of Peach-Orange #FECE8C

Tints of Peach-Orange #FECE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.33%

R = 42.33%
G = 34.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FECE8C (or 0xFECE8C) is known color: Peach-Orange. HEX triplet: FE, CE and 8C. RGB value is (254,206,140). Sum of RGB (Red+Green+Blue) = 254+206+140=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE8C is #013173. Grayscale: #D5D5D5. Windows color (decimal): -78196 or 9228030. OLE color: 9228030.

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

Color convert

RGB 254 206 140 -
CMYK 0 0.19 0.45 0.00
HSL 34.74º 0.98% 0.77% -
HSV(B) 34.74º 0.45% 1% -
XYZ 67.68 67.11 34.2 -
YUV 212.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 254 206 140 0 0.19 0.45 0.00 34.74 0.98 0.77
Hex FE CE 8C 0 13 2D 0 23 62 4D
Octal 376 316 214 0 23 55 0 43 142 115
Binary 11111110 11001110 10001100 0 10011 101101 0 100011 1100010 1001101

Color Harmonies of #FECE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE8C

Black with #FECE8C

Text Example


Text Example

White with #FECE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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