#F7C68E

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

Shades of Peach-Orange #F7C68E

Tints of Peach-Orange #F7C68E

Color information

#F7C68E (or 0xF7C68E) is unknown color: approx Peach-Orange. HEX triplet: F7, C6 and 8E. RGB value is (247,198,142). Sum of RGB (Red+Green+Blue) = 247+198+142=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C68E is #083971. Grayscale: #CECECE. Windows color (decimal): -538994 or 9357047. OLE color: 9357047.

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

Color convert

RGB247198142-
CMYK00.200.430.03
HSL32º86.78%76.27%-
HSV(B)32º42.51%96.86%-
XYZ63.4362.1234.24-
YUV206.2791.73157.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=42.08%
G=33.73%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719814200.200.430.033286.7876.27
HexF7C68E0142B320574c
Octal36730621602453340127114
Binary1111011111000110100011100101001010111110000010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C68E; }

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

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

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

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

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

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

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

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