#F8CD97

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

Shades of Peach-Orange #F8CD97

Tints of Peach-Orange #F8CD97

Color information

#F8CD97 (or 0xF8CD97) is unknown color: approx Peach-Orange. HEX triplet: F8, CD and 97. RGB value is (248,205,151). Sum of RGB (Red+Green+Blue) = 248+205+151=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CD97 is #073268. Grayscale: #D3D3D3. Windows color (decimal): -471657 or 9948664. OLE color: 9948664.

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

Color convert

RGB248205151-
CMYK00.170.390.03
HSL33.4º87.39%78.24%-
HSV(B)33.4º39.11%97.25%-
XYZ66.1365.8538.5-
YUV211.793.75153.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 151 (59.38% from 255) = 25%
R=41.06%
G=33.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820515100.170.390.0333.487.3978.24
HexF8CD9701127321574e
Octal37031522702147341127116
Binary1111100011001101100101110100011001111110000110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CD97; }

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

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

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

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

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

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

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

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