Html Css Color HEX #FECE91 Peach-Orange

📋 copy color: '#FECE91'

red 254 ◦ green 206 ◦ blue 145

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

Shades of Peach-Orange #FECE91

Tints of Peach-Orange #FECE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.97%

R = 41.98%
G = 34.05%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FECE91 (or 0xFECE91) is known color: Peach-Orange. HEX triplet: FE, CE and 91. RGB value is (254,206,145). Sum of RGB (Red+Green+Blue) = 254+206+145=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE91 is #01316E. Grayscale: #D5D5D5. Windows color (decimal): -78191 or 9555710. OLE color: 9555710.

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

Color convert

RGB 254 206 145 -
CMYK 0 0.19 0.43 0.00
HSL 33.58º 0.98% 0.78% -
HSV(B) 33.58º 0.43% 1% -
XYZ 68.06 67.26 36.18 -
YUV 213.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 254 206 145 0 0.19 0.43 0.00 33.58 0.98 0.78
Hex FE CE 91 0 13 2B 0 22 62 4E
Octal 376 316 221 0 23 53 0 42 142 116
Binary 11111110 11001110 10010001 0 10011 101011 0 100010 1100010 1001110

Color Harmonies of #FECE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE91

Black with #FECE91

Text Example


Text Example

White with #FECE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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