Html Css Color HEX #F7C495 Peach-Orange

📋 copy color: '#F7C495'

red 247 ◦ green 196 ◦ blue 149

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

Shades of Peach-Orange #F7C495

Tints of Peach-Orange #F7C495

RGB

 RED value IS 247 (96.88% from 255) = 41.72%

 GREEN value IS 196 (76.95% from 255) = 33.11%

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

R = 41.72%
G = 33.11%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F7C495 (or 0xF7C495) is known color: Peach-Orange. HEX triplet: F7, C4 and 95. RGB value is (247,196,149). Sum of RGB (Red+Green+Blue) = 247+196+149=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C495 is #083B6A. Grayscale: #CECECE. Windows color (decimal): -539499 or 9815287. OLE color: 9815287.

HSL color Cylindrical-coordinate representation of color #F7C495: hue angle of 28.78º degrees, saturation: 0.86, 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 #F7C495 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 196 149 -
CMYK 0 0.21 0.40 0.03
HSL 28.78º 0.86% 0.78% -
HSV(B) 28.78º 0.4% 0.97% -
XYZ 63.52 61.42 36.94 -
YUV 205.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 247 196 149 0 0.21 0.40 0.03 28.78 0.86 0.78
Hex F7 C4 95 0 15 28 3 1D 56 4E
Octal 367 304 225 0 25 50 3 35 126 116
Binary 11110111 11000100 10010101 0 10101 101000 11 11101 1010110 1001110

Color Harmonies of #F7C495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C495

Black with #F7C495

Text Example


Text Example

White with #F7C495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C495; }

 p { color: rgb(247,196,149); }

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

background-color css

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

 a { background-color: rgb(247,196,149); }

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

border-color css

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

 span { border-color: rgb(247,196,149); }

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