#F7C38D

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

Shades of Peach-Orange #F7C38D

Tints of Peach-Orange #F7C38D

Color information

#F7C38D (or 0xF7C38D) is unknown color: approx Peach-Orange. HEX triplet: F7, C3 and 8D. RGB value is (247,195,141). Sum of RGB (Red+Green+Blue) = 247+195+141=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C38D is #083C72. Grayscale: #CCCCCC. Windows color (decimal): -539763 or 9290743. OLE color: 9290743.

HSL color Cylindrical-coordinate representation of color #F7C38D: hue angle of 30.57º 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 #F7C38D is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247195141-
CMYK00.210.430.03
HSL30.57º86.89%76.08%-
HSV(B)30.57º42.91%96.86%-
XYZ62.6860.7333.62-
YUV204.3992.23158.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=42.37%
G=33.45%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719514100.210.430.0330.5786.8976.08
HexF7C38D0152B31f574c
Octal36730321502553337127114
Binary111101111100001110001101010101101011111111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C38D; }

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

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

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

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

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

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

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

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