#F8C88E

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

Shades of Peach-Orange #F8C88E

Tints of Peach-Orange #F8C88E

Color information

#F8C88E (or 0xF8C88E) is unknown color: approx Peach-Orange. HEX triplet: F8, C8 and 8E. RGB value is (248,200,142). Sum of RGB (Red+Green+Blue) = 248+200+142=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C88E is #073771. Grayscale: #D0D0D0. Windows color (decimal): -472946 or 9357560. OLE color: 9357560.

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

Color convert

RGB248200142-
CMYK00.190.430.03
HSL32.83º88.33%76.47%-
HSV(B)32.83º42.74%97.25%-
XYZ64.2563.2234.41-
YUV207.7490.9156.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 142 (55.86% from 255) = 24.07%
R=42.03%
G=33.90%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820014200.190.430.0332.8388.3376.47
HexF8C88E0132B321584c
Octal37031021602353341130114
Binary1111100011001000100011100100111010111110000110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C88E; }

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

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

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

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

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

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

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

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