#FEC48B

Color #FEC48B Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FEC48B

Tints of Peach-Orange #FEC48B

Color information

#FEC48B (or 0xFEC48B) is unknown color: approx Peach-Orange. HEX triplet: FE, C4 and 8B. RGB value is (254,196,139). Sum of RGB (Red+Green+Blue) = 254+196+139=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC48B is #013B74. Grayscale: #CFCFCF. Windows color (decimal): -80757 or 9159934. OLE color: 9159934.

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

Color convert

RGB254196139-
CMYK00.230.450.00
HSL29.74º98.29%77.06%-
HSV(B)29.74º45.28%99.61%-
XYZ65.2762.4133.03-
YUV206.8489.72161.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=43.12%
G=33.28%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419613900.230.450.0029.7498.2977.06
HexFEC48B0172D01e624d
Octal37630421302755036142115
Binary11111110110001001000101101011110110101111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC48B; }

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

 H1.HeaderClassName
 {
   color: #FEC48B;
 }
 .AnyTagClassName
 {
   color: #FEC48B;
 }
</style>
background-color css

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

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

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

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

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

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