#F8CC99

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

Shades of Peach-Orange #F8CC99

Tints of Peach-Orange #F8CC99

Color information

#F8CC99 (or 0xF8CC99) is unknown color: approx Peach-Orange. HEX triplet: F8, CC and 99. RGB value is (248,204,153). Sum of RGB (Red+Green+Blue) = 248+204+153=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CC99 is #073366. Grayscale: #D3D3D3. Windows color (decimal): -471911 or 10079480. OLE color: 10079480.

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

Color convert

RGB248204153-
CMYK00.180.380.03
HSL32.21º87.16%78.63%-
HSV(B)32.21º38.31%97.25%-
XYZ66.0565.4439.29-
YUV211.3495.08154.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=40.99%
G=33.72%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820415300.180.380.0332.2187.1678.63
HexF8CC9901226320574f
Octal37031423102246340127117
Binary1111100011001100100110010100101001101110000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CC99; }

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

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

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

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

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

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

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

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