#F8CA97

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

Shades of Peach-Orange #F8CA97

Tints of Peach-Orange #F8CA97

Color information

#F8CA97 (or 0xF8CA97) is unknown color: approx Peach-Orange. HEX triplet: F8, CA and 97. RGB value is (248,202,151). Sum of RGB (Red+Green+Blue) = 248+202+151=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CA97 is #073568. Grayscale: #D2D2D2. Windows color (decimal): -472425 or 9947896. OLE color: 9947896.

HSL color Cylindrical-coordinate representation of color #F8CA97: hue angle of 31.55º degrees, saturation: 0.87, 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 #F8CA97 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB248202151-
CMYK00.190.390.03
HSL31.55º87.39%78.24%-
HSV(B)31.55º39.11%97.25%-
XYZ65.4264.4338.27-
YUV209.9494.74155.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=41.26%
G=33.61%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820215100.190.390.0331.5587.3978.24
HexF8CA9701327320574e
Octal37031222702347340127116
Binary1111100011001010100101110100111001111110000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA97; }

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

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

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

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

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

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

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

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