Html Css Color HEX #F7CA9E Peach-Orange

📋 copy color: '#F7CA9E'

red 247 ◦ green 202 ◦ blue 158

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

Shades of Peach-Orange #F7CA9E

Tints of Peach-Orange #F7CA9E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.28%

 BLUE value IS 158 (62.11% from 255) = 26.03%

R = 40.69%
G = 33.28%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7CA9E (or 0xF7CA9E) is known color: Peach-Orange. HEX triplet: F7, CA and 9E. RGB value is (247,202,158). Sum of RGB (Red+Green+Blue) = 247+202+158=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA9E is #083561. Grayscale: #D2D2D2. Windows color (decimal): -537954 or 10406647. OLE color: 10406647.

HSL color Cylindrical-coordinate representation of color #F7CA9E: hue angle of 29.66º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7CA9E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 202 158 -
CMYK 0 0.18 0.36 0.03
HSL 29.66º 0.85% 0.79% -
HSV(B) 29.66º 0.36% 0.97% -
XYZ 65.65 64.48 41.33 -
YUV 210.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 247 202 158 0 0.18 0.36 0.03 29.66 0.85 0.79
Hex F7 CA 9E 0 12 24 3 1E 55 4F
Octal 367 312 236 0 22 44 3 36 125 117
Binary 11110111 11001010 10011110 0 10010 100100 11 11110 1010101 1001111

Color Harmonies of #F7CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CA9E

Black with #F7CA9E

Text Example


Text Example

White with #F7CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CA9E; }

 p { color: rgb(247,202,158); }

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

background-color css

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

 a { background-color: rgb(247,202,158); }

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

border-color css

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

 span { border-color: rgb(247,202,158); }

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