#F8CE9B

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

Shades of Peach-Orange #F8CE9B

Tints of Peach-Orange #F8CE9B

Color information

#F8CE9B (or 0xF8CE9B) is unknown color: approx Peach-Orange. HEX triplet: F8, CE and 9B. RGB value is (248,206,155). Sum of RGB (Red+Green+Blue) = 248+206+155=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE9B is #073164. Grayscale: #D4D4D4. Windows color (decimal): -471397 or 10211064. OLE color: 10211064.

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

Color convert

RGB248206155-
CMYK00.170.380.03
HSL32.9º86.92%79.02%-
HSV(B)32.9º37.5%97.25%-
XYZ66.766.4740.32-
YUV212.7495.41153.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=40.72%
G=33.83%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820615500.170.380.0332.986.9279.02
HexF8CE9B01126321574f
Octal37031623302146341127117
Binary1111100011001110100110110100011001101110000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE9B; }

 p { color: rgb(248,206,155); }

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

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

 a { background-color: rgb(248,206,155); }

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

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

 span { border-color: rgb(248,206,155); }

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