#F5C698

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

Shades of Peach-Orange #F5C698

Tints of Peach-Orange #F5C698

Color information

#F5C698 (or 0xF5C698) is unknown color: approx Peach-Orange. HEX triplet: F5, C6 and 98. RGB value is (245,198,152). Sum of RGB (Red+Green+Blue) = 245+198+152=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C698 is #0A3967. Grayscale: #CFCFCF. Windows color (decimal): -670056 or 10012405. OLE color: 10012405.

HSL color Cylindrical-coordinate representation of color #F5C698: hue angle of 29.68º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5C698 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245198152-
CMYK00.190.380.04
HSL29.68º82.3%77.84%-
HSV(B)29.68º37.96%96.08%-
XYZ63.5262.0738.34-
YUV206.8197.07155.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=41.18%
G=33.28%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519815200.190.380.0429.6882.377.84
HexF5C6980132641e524e
Octal36530623002346436122116
Binary1111010111000110100110000100111001101001111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C698; }

 p { color: rgb(245,198,152); }

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

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

 a { background-color: rgb(245,198,152); }

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

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

 span { border-color: rgb(245,198,152); }

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