#F7C38E

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

Shades of Peach-Orange #F7C38E

Tints of Peach-Orange #F7C38E

Color information

#F7C38E (or 0xF7C38E) is unknown color: approx Peach-Orange. HEX triplet: F7, C3 and 8E. RGB value is (247,195,142). Sum of RGB (Red+Green+Blue) = 247+195+142=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C38E is #083C71. Grayscale: #CCCCCC. Windows color (decimal): -539762 or 9356279. OLE color: 9356279.

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

Color convert

RGB247195142-
CMYK00.210.430.03
HSL30.29º86.78%76.27%-
HSV(B)30.29º42.51%96.86%-
XYZ62.7660.7634.01-
YUV204.5192.73158.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 142 (55.86% from 255) = 24.32%
R=42.29%
G=33.39%
B=24.32%

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
Decimal24719514200.210.430.0330.2986.7876.27
HexF7C38E0152B31e574c
Octal36730321602553336127114
Binary111101111100001110001110010101101011111111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C38E; }

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

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

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

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

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

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

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

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