Html Css Color HEX #FECA8B Peach-Orange

📋 copy color: '#FECA8B'

red 254 ◦ green 202 ◦ blue 139

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

Shades of Peach-Orange #FECA8B

Tints of Peach-Orange #FECA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.36%

R = 42.69%
G = 33.95%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FECA8B (or 0xFECA8B) is known color: Peach-Orange. HEX triplet: FE, CA and 8B. RGB value is (254,202,139). Sum of RGB (Red+Green+Blue) = 254+202+139=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8B is #013574. Grayscale: #D2D2D2. Windows color (decimal): -79221 or 9161470. OLE color: 9161470.

HSL color Cylindrical-coordinate representation of color #FECA8B: hue angle of 32.87º 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 #FECA8B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 139 -
CMYK 0 0.20 0.45 0.00
HSL 32.87º 0.98% 0.77% -
HSV(B) 32.87º 0.45% 1% -
XYZ 66.65 65.18 33.49 -
YUV 210.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 254 202 139 0 0.20 0.45 0.00 32.87 0.98 0.77
Hex FE CA 8B 0 14 2D 0 21 62 4D
Octal 376 312 213 0 24 55 0 41 142 115
Binary 11111110 11001010 10001011 0 10100 101101 0 100001 1100010 1001101

Color Harmonies of #FECA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA8B

Black with #FECA8B

Text Example


Text Example

White with #FECA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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