#F7CA97

Color #F7CA97 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #F7CA97

Tints of Peach-Orange #F7CA97

Color information

#F7CA97 (or 0xF7CA97) is unknown color: approx Peach-Orange. HEX triplet: F7, CA and 97. RGB value is (247,202,151). Sum of RGB (Red+Green+Blue) = 247+202+151=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA97 is #083568. Grayscale: #D1D1D1. Windows color (decimal): -537961 or 9947895. OLE color: 9947895.

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

Color convert

RGB247202151-
CMYK00.180.390.03
HSL31.88º85.71%78.04%-
HSV(B)31.88º38.87%96.86%-
XYZ65.0664.2538.25-
YUV209.6494.91154.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=41.17%
G=33.67%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720215100.180.390.0331.8885.7178.04
HexF7CA9701227320564e
Octal36731222702247340126116
Binary1111011111001010100101110100101001111110000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CA97; }

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

 H1.HeaderClassName
 {
   color: #F7CA97;
 }
 .AnyTagClassName
 {
   color: #F7CA97;
 }
</style>
background-color css

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

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

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

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

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

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