#F5C594

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

Shades of Peach-Orange #F5C594

Tints of Peach-Orange #F5C594

Color information

#F5C594 (or 0xF5C594) is unknown color: approx Peach-Orange. HEX triplet: F5, C5 and 94. RGB value is (245,197,148). Sum of RGB (Red+Green+Blue) = 245+197+148=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C594 is #0A3A6B. Grayscale: #CECECE. Windows color (decimal): -670316 or 9750005. OLE color: 9750005.

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

Color convert

RGB245197148-
CMYK00.200.400.04
HSL30.31º82.91%77.06%-
HSV(B)30.31º39.59%96.08%-
XYZ62.9761.4836.57-
YUV205.7795.4155.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 148 (58.20% from 255) = 25.08%
R=41.53%
G=33.39%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519714800.200.400.0430.3182.9177.06
HexF5C5940142841e534d
Octal36530522402450436123115
Binary1111010111000101100101000101001010001001111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C594; }

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

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

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

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

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

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

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

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