#F8CA99

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

Shades of Peach-Orange #F8CA99

Tints of Peach-Orange #F8CA99

Color information

#F8CA99 (or 0xF8CA99) is unknown color: approx Peach-Orange. HEX triplet: F8, CA and 99. RGB value is (248,202,153). Sum of RGB (Red+Green+Blue) = 248+202+153=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CA99 is #073566. Grayscale: #D2D2D2. Windows color (decimal): -472423 or 10078968. OLE color: 10078968.

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

Color convert

RGB248202153-
CMYK00.190.380.03
HSL30.95º87.16%78.63%-
HSV(B)30.95º38.31%97.25%-
XYZ65.5864.539.13-
YUV210.1795.74154.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 153 (60.16% from 255) = 25.37%
R=41.13%
G=33.50%
B=25.37%

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
Decimal24820215300.190.380.0330.9587.1678.63
HexF8CA990132631f574f
Octal37031223102346337127117
Binary111110001100101010011001010011100110111111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA99; }

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

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

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

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

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

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

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

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