Html Css Color HEX #FECA9B Peach-Orange

📋 copy color: '#FECA9B'

red 254 ◦ green 202 ◦ blue 155

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

Shades of Peach-Orange #FECA9B

Tints of Peach-Orange #FECA9B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.06%

 BLUE value IS 155 (60.94% from 255) = 25.37%

R = 41.57%
G = 33.06%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FECA9B (or 0xFECA9B) is known color: Peach-Orange. HEX triplet: FE, CA and 9B. RGB value is (254,202,155). Sum of RGB (Red+Green+Blue) = 254+202+155=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA9B is #013564. Grayscale: #D4D4D4. Windows color (decimal): -79205 or 10210046. OLE color: 10210046.

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

Color convert

RGB 254 202 155 -
CMYK 0 0.20 0.39 0.00
HSL 28.48º 0.98% 0.8% -
HSV(B) 28.48º 0.39% 1% -
XYZ 67.91 65.68 40.11 -
YUV 212.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 254 202 155 0 0.20 0.39 0.00 28.48 0.98 0.8
Hex FE CA 9B 0 14 27 0 1C 62 50
Octal 376 312 233 0 24 47 0 34 142 120
Binary 11111110 11001010 10011011 0 10100 100111 0 11100 1100010 1010000

Color Harmonies of #FECA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA9B

Black with #FECA9B

Text Example


Text Example

White with #FECA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA9B; }

 p { color: rgb(254,202,155); }

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

background-color css

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

 a { background-color: rgb(254,202,155); }

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

border-color css

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

 span { border-color: rgb(254,202,155); }

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