Html Css Color HEX #F8C895 Peach-Orange

📋 copy color: '#F8C895'

red 248 ◦ green 200 ◦ blue 149

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

Shades of Peach-Orange #F8C895

Tints of Peach-Orange #F8C895

RGB

 RED value IS 248 (97.27% from 255) = 41.54%

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

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

R = 41.54%
G = 33.5%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F8C895 (or 0xF8C895) is known color: Peach-Orange. HEX triplet: F8, C8 and 95. RGB value is (248,200,149). Sum of RGB (Red+Green+Blue) = 248+200+149=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C895 is #07376A. Grayscale: #D0D0D0. Windows color (decimal): -472939 or 9816312. OLE color: 9816312.

HSL color Cylindrical-coordinate representation of color #F8C895: hue angle of 30.91º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8C895 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 200 149 -
CMYK 0 0.19 0.40 0.03
HSL 30.91º 0.88% 0.78% -
HSV(B) 30.91º 0.4% 0.97% -
XYZ 64.79 63.43 37.26 -
YUV 208.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 248 200 149 0 0.19 0.40 0.03 30.91 0.88 0.78
Hex F8 C8 95 0 13 28 3 1F 58 4E
Octal 370 310 225 0 23 50 3 37 130 116
Binary 11111000 11001000 10010101 0 10011 101000 11 11111 1011000 1001110

Color Harmonies of #F8C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C895

Black with #F8C895

Text Example


Text Example

White with #F8C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C895; }

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

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

background-color css

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

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

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

border-color css

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

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

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