#F5C294

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

Shades of Peach-Orange #F5C294

Tints of Peach-Orange #F5C294

Color information

#F5C294 (or 0xF5C294) is unknown color: approx Peach-Orange. HEX triplet: F5, C2 and 94. RGB value is (245,194,148). Sum of RGB (Red+Green+Blue) = 245+194+148=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C294 is #0A3D6B. Grayscale: #CCCCCC. Windows color (decimal): -671084 or 9749237. OLE color: 9749237.

HSL color Cylindrical-coordinate representation of color #F5C294: hue angle of 28.45º 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 #F5C294 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245194148-
CMYK00.210.400.04
HSL28.45º82.91%77.06%-
HSV(B)28.45º39.59%96.08%-
XYZ62.2960.1336.34-
YUV20496.4157.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 148 (58.20% from 255) = 25.21%
R=41.74%
G=33.05%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519414800.210.400.0428.4582.9177.06
HexF5C2940152841c534d
Octal36530222402550434123115
Binary1111010111000010100101000101011010001001110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C294; }

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

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

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

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

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

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

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

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