#F5CD94

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

Shades of Peach-Orange #F5CD94

Tints of Peach-Orange #F5CD94

Color information

#F5CD94 (or 0xF5CD94) is unknown color: approx Peach-Orange. HEX triplet: F5, CD and 94. RGB value is (245,205,148). Sum of RGB (Red+Green+Blue) = 245+205+148=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD94 is #0A326B. Grayscale: #D2D2D2. Windows color (decimal): -668268 or 9752053. OLE color: 9752053.

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

Color convert

RGB245205148-
CMYK00.160.400.04
HSL35.26º82.91%77.06%-
HSV(B)35.26º39.59%96.08%-
XYZ64.8365.2137.19-
YUV210.4692.75152.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=40.97%
G=34.28%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520514800.160.400.0435.2682.9177.06
HexF5CD9401028423534d
Octal36531522402050443123115
Binary11110101110011011001010001000010100010010001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD94; }

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

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

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

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

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

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

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

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