#F8C899

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

Shades of Peach-Orange #F8C899

Tints of Peach-Orange #F8C899

Color information

#F8C899 (or 0xF8C899) is unknown color: approx Peach-Orange. HEX triplet: F8, C8 and 99. RGB value is (248,200,153). Sum of RGB (Red+Green+Blue) = 248+200+153=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C899 is #073766. Grayscale: #D1D1D1. Windows color (decimal): -472935 or 10078456. OLE color: 10078456.

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

Color convert

RGB248200153-
CMYK00.190.380.03
HSL29.68º87.16%78.63%-
HSV(B)29.68º38.31%97.25%-
XYZ65.1263.5638.97-
YUV208.9996.4155.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 153 (60.16% from 255) = 25.46%
R=41.26%
G=33.28%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820015300.190.380.0329.6887.1678.63
HexF8C8990132631e574f
Octal37031023102346336127117
Binary111110001100100010011001010011100110111111010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C899; }

 p { color: rgb(248,200,153); }

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

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

 a { background-color: rgb(248,200,153); }

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

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

 span { border-color: rgb(248,200,153); }

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