#F7C18D

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

Shades of Peach-Orange #F7C18D

Tints of Peach-Orange #F7C18D

Color information

#F7C18D (or 0xF7C18D) is unknown color: approx Peach-Orange. HEX triplet: F7, C1 and 8D. RGB value is (247,193,141). Sum of RGB (Red+Green+Blue) = 247+193+141=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C18D is #083E72. Grayscale: #CBCBCB. Windows color (decimal): -540275 or 9290231. OLE color: 9290231.

HSL color Cylindrical-coordinate representation of color #F7C18D: hue angle of 29.43º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7C18D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247193141-
CMYK00.220.430.03
HSL29.43º86.89%76.08%-
HSV(B)29.43º42.91%96.86%-
XYZ62.2459.8433.47-
YUV203.2292.89159.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.51%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 141 (55.47% from 255) = 24.27%
R=42.51%
G=33.22%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719314100.220.430.0329.4386.8976.08
HexF7C18D0162B31d574c
Octal36730121502653335127114
Binary111101111100000110001101010110101011111110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C18D; }

 p { color: rgb(247,193,141); }

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

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

 a { background-color: rgb(247,193,141); }

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

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

 span { border-color: rgb(247,193,141); }

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