#F6C794

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

Shades of Peach-Orange #F6C794

Tints of Peach-Orange #F6C794

Color information

#F6C794 (or 0xF6C794) is unknown color: approx Peach-Orange. HEX triplet: F6, C7 and 94. RGB value is (246,199,148). Sum of RGB (Red+Green+Blue) = 246+199+148=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C794 is #09386B. Grayscale: #CFCFCF. Windows color (decimal): -604268 or 9750518. OLE color: 9750518.

HSL color Cylindrical-coordinate representation of color #F6C794: hue angle of 31.22º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6C794 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246199148-
CMYK00.190.400.04
HSL31.22º84.48%77.25%-
HSV(B)31.22º39.84%96.47%-
XYZ63.7762.5836.73-
YUV207.2494.57155.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 148 (58.20% from 255) = 24.96%
R=41.48%
G=33.56%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619914800.190.400.0431.2284.4877.25
HexF6C7940132841f544d
Octal36630722402350437124115
Binary1111011011000111100101000100111010001001111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C794; }

 p { color: rgb(246,199,148); }

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

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

 a { background-color: rgb(246,199,148); }

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

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

 span { border-color: rgb(246,199,148); }

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