Html Css Color HEX #F5C895 Peach-Orange

📋 copy color: '#F5C895'

red 245 ◦ green 200 ◦ blue 149

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

Shades of Peach-Orange #F5C895

Tints of Peach-Orange #F5C895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.08%

R = 41.25%
G = 33.67%
B = 25.08%

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

#F5C895 (or 0xF5C895) is known color: Peach-Orange. HEX triplet: F5, C8 and 95. RGB value is (245,200,149). Sum of RGB (Red+Green+Blue) = 245+200+149=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C895 is #0A376A. Grayscale: #CFCFCF. Windows color (decimal): -669547 or 9816309. OLE color: 9816309.

HSL color Cylindrical-coordinate representation of color #F5C895: hue angle of 31.88º 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 #F5C895 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 149 -
CMYK 0 0.18 0.39 0.04
HSL 31.88º 0.83% 0.77% -
HSV(B) 31.88º 0.39% 0.96% -
XYZ 63.74 62.89 37.21 -
YUV 207.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 245 200 149 0 0.18 0.39 0.04 31.88 0.83 0.77
Hex F5 C8 95 0 12 27 4 20 53 4D
Octal 365 310 225 0 22 47 4 40 123 115
Binary 11110101 11001000 10010101 0 10010 100111 100 100000 1010011 1001101

Color Harmonies of #F5C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C895

Black with #F5C895

Text Example


Text Example

White with #F5C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C895; }

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

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

background-color css

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

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

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

border-color css

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

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

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