Html Css Color HEX #FECE9F Peach-Orange

📋 copy color: '#FECE9F'

red 254 ◦ green 206 ◦ blue 159

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

Shades of Peach-Orange #FECE9F

Tints of Peach-Orange #FECE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.69%

R = 41.03%
G = 33.28%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FECE9F (or 0xFECE9F) is known color: Peach-Orange. HEX triplet: FE, CE and 9F. RGB value is (254,206,159). Sum of RGB (Red+Green+Blue) = 254+206+159=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE9F is #013160. Grayscale: #D7D7D7. Windows color (decimal): -78177 or 10473214. OLE color: 10473214.

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

Color convert

RGB 254 206 159 -
CMYK 0 0.19 0.37 0.00
HSL 29.68º 0.98% 0.81% -
HSV(B) 29.68º 0.37% 1% -
XYZ 69.2 67.72 42.22 -
YUV 214.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 254 206 159 0 0.19 0.37 0.00 29.68 0.98 0.81
Hex FE CE 9F 0 13 25 0 1E 62 51
Octal 376 316 237 0 23 45 0 36 142 121
Binary 11111110 11001110 10011111 0 10011 100101 0 11110 1100010 1010001

Color Harmonies of #FECE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE9F

Black with #FECE9F

Text Example


Text Example

White with #FECE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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