#F8C894

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

Shades of Peach-Orange #F8C894

Tints of Peach-Orange #F8C894

Color information

#F8C894 (or 0xF8C894) is unknown color: approx Peach-Orange. HEX triplet: F8, C8 and 94. RGB value is (248,200,148). Sum of RGB (Red+Green+Blue) = 248+200+148=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C894 is #07376B. Grayscale: #D0D0D0. Windows color (decimal): -472940 or 9750776. OLE color: 9750776.

HSL color Cylindrical-coordinate representation of color #F8C894: hue angle of 31.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8C894 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248200148-
CMYK00.190.400.03
HSL31.2º87.72%77.65%-
HSV(B)31.2º40.32%97.25%-
XYZ64.7163.436.84-
YUV208.4293.9156.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 148 (58.20% from 255) = 24.83%
R=41.61%
G=33.56%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820014800.190.400.0331.287.7277.65
HexF8C8940132831f584e
Octal37031022402350337130116
Binary111110001100100010010100010011101000111111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C894; }

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

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

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

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

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

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

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

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