#F7C28E

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

Shades of Peach-Orange #F7C28E

Tints of Peach-Orange #F7C28E

Color information

#F7C28E (or 0xF7C28E) is unknown color: approx Peach-Orange. HEX triplet: F7, C2 and 8E. RGB value is (247,194,142). Sum of RGB (Red+Green+Blue) = 247+194+142=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C28E is #083D71. Grayscale: #CCCCCC. Windows color (decimal): -540018 or 9356023. OLE color: 9356023.

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

Color convert

RGB247194142-
CMYK00.210.430.03
HSL29.71º86.78%76.27%-
HSV(B)29.71º42.51%96.86%-
XYZ62.5360.3133.94-
YUV203.9293.06158.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=42.37%
G=33.28%
B=24.36%

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
Decimal24719414200.210.430.0329.7186.7876.27
HexF7C28E0152B31e574c
Octal36730221602553336127114
Binary111101111100001010001110010101101011111111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C28E; }

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

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

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

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

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

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

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

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