Html Css Color HEX #F5C896 Peach-Orange

📋 copy color: '#F5C896'

red 245 ◦ green 200 ◦ blue 150

#F5C896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #F5C896

Tints of Peach-Orange #F5C896

RGB

 RED value IS 245 (96.09% from 255) = 41.18%

 GREEN value IS 200 (78.52% from 255) = 33.61%

 BLUE value IS 150 (58.98% from 255) = 25.21%

R = 41.18%
G = 33.61%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F5C896 (or 0xF5C896) is known color: Peach-Orange. HEX triplet: F5, C8 and 96. RGB value is (245,200,150). Sum of RGB (Red+Green+Blue) = 245+200+150=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C896 is #0A3769. Grayscale: #D0D0D0. Windows color (decimal): -669546 or 9881845. OLE color: 9881845.

HSL color Cylindrical-coordinate representation of color #F5C896: hue angle of 31.58º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5C896 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 150 -
CMYK 0 0.18 0.39 0.04
HSL 31.58º 0.83% 0.77% -
HSV(B) 31.58º 0.39% 0.96% -
XYZ 63.82 62.92 37.64 -
YUV 207.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 245 200 150 0 0.18 0.39 0.04 31.58 0.83 0.77
Hex F5 C8 96 0 12 27 4 20 53 4D
Octal 365 310 226 0 22 47 4 40 123 115
Binary 11110101 11001000 10010110 0 10010 100111 100 100000 1010011 1001101

Color Harmonies of #F5C896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C896

Black with #F5C896

Text Example


Text Example

White with #F5C896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C896; }

 p { color: rgb(245,200,150); }

 H1.HeaderClassName
 {
   color: #F5C896;
 }
 .AnyTagClassName
 {
   color: #F5C896;
 }
</style>

background-color css

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

 a { background-color: rgb(245,200,150); }

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

border-color css

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

 span { border-color: rgb(245,200,150); }

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