#F8CA91

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

Shades of Peach-Orange #F8CA91

Tints of Peach-Orange #F8CA91

Color information

#F8CA91 (or 0xF8CA91) is unknown color: approx Peach-Orange. HEX triplet: F8, CA and 91. RGB value is (248,202,145). Sum of RGB (Red+Green+Blue) = 248+202+145=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CA91 is #07356E. Grayscale: #D1D1D1. Windows color (decimal): -472431 or 9554680. OLE color: 9554680.

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

Color convert

RGB248202145-
CMYK00.190.420.03
HSL33.2º88.03%77.06%-
HSV(B)33.2º41.53%97.25%-
XYZ64.9464.2435.77-
YUV209.2691.74155.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 145 (57.03% from 255) = 24.37%
R=41.68%
G=33.95%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820214500.190.420.0333.288.0377.06
HexF8CA910132A321584d
Octal37031222102352341130115
Binary1111100011001010100100010100111010101110000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA91; }

 p { color: rgb(248,202,145); }

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

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

 a { background-color: rgb(248,202,145); }

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

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

 span { border-color: rgb(248,202,145); }

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