#F5C494

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

Shades of Peach-Orange #F5C494

Tints of Peach-Orange #F5C494

Color information

#F5C494 (or 0xF5C494) is unknown color: approx Peach-Orange. HEX triplet: F5, C4 and 94. RGB value is (245,196,148). Sum of RGB (Red+Green+Blue) = 245+196+148=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C494 is #0A3B6B. Grayscale: #CDCDCD. Windows color (decimal): -670572 or 9749749. OLE color: 9749749.

HSL color Cylindrical-coordinate representation of color #F5C494: hue angle of 29.69º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5C494 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245196148-
CMYK00.20.400.04
HSL29.69º82.91%77.06%-
HSV(B)29.69º39.59%96.08%-
XYZ62.7461.0336.49-
YUV205.1895.73156.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=41.60%
G=33.28%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519614800.20.400.0429.6982.9177.06
HexF5C4940142841e534d
Octal36530422402450436123115
Binary1111010111000100100101000101001010001001111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C494; }

 p { color: rgb(245,196,148); }

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

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

 a { background-color: rgb(245,196,148); }

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

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

 span { border-color: rgb(245,196,148); }

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