#F7CA9D

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

Shades of Peach-Orange #F7CA9D

Tints of Peach-Orange #F7CA9D

Color information

#F7CA9D (or 0xF7CA9D) is unknown color: approx Peach-Orange. HEX triplet: F7, CA and 9D. RGB value is (247,202,157). Sum of RGB (Red+Green+Blue) = 247+202+157=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA9D is #083562. Grayscale: #D2D2D2. Windows color (decimal): -537955 or 10341111. OLE color: 10341111.

HSL color Cylindrical-coordinate representation of color #F7CA9D: hue angle of 30º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7CA9D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247202157-
CMYK00.180.360.03
HSL30º84.91%79.22%-
HSV(B)30º36.44%96.86%-
XYZ65.5664.4540.88-
YUV210.3297.91154.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.76%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 25.91%
R=40.76%
G=33.33%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720215700.180.360.033084.9179.22
HexF7CA9D0122431e554f
Octal36731223502244336125117
Binary111101111100101010011101010010100100111111010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CA9D; }

 p { color: rgb(247,202,157); }

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

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

 a { background-color: rgb(247,202,157); }

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

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

 span { border-color: rgb(247,202,157); }

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