#F5CD96

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

Shades of Peach-Orange #F5CD96

Tints of Peach-Orange #F5CD96

Color information

#F5CD96 (or 0xF5CD96) is unknown color: approx Peach-Orange. HEX triplet: F5, CD and 96. RGB value is (245,205,150). Sum of RGB (Red+Green+Blue) = 245+205+150=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD96 is #0A3269. Grayscale: #D2D2D2. Windows color (decimal): -668266 or 9883125. OLE color: 9883125.

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

Color convert

RGB245205150-
CMYK00.160.390.04
HSL34.74º82.61%77.45%-
HSV(B)34.74º38.78%96.08%-
XYZ64.9965.2838.03-
YUV210.6993.75152.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 150 (58.98% from 255) = 25%
R=40.83%
G=34.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520515000.160.390.0434.7482.6177.45
HexF5CD9601027423534d
Octal36531522602047443123115
Binary11110101110011011001011001000010011110010001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD96; }

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

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

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

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

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

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

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

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