#F7CC92

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

Shades of Peach-Orange #F7CC92

Tints of Peach-Orange #F7CC92

Color information

#F7CC92 (or 0xF7CC92) is unknown color: approx Peach-Orange. HEX triplet: F7, CC and 92. RGB value is (247,204,146). Sum of RGB (Red+Green+Blue) = 247+204+146=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CC92 is #08336D. Grayscale: #D2D2D2. Windows color (decimal): -537454 or 9620727. OLE color: 9620727.

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

Color convert

RGB247204146-
CMYK00.170.410.03
HSL34.46º86.32%77.06%-
HSV(B)34.46º40.89%96.86%-
XYZ65.1465.0436.31-
YUV210.2491.75154.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.37%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=41.37%
G=34.17%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720414600.170.410.0334.4686.3277.06
HexF7CC9201129322564d
Octal36731422202151342126115
Binary1111011111001100100100100100011010011110001010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CC92; }

 p { color: rgb(247,204,146); }

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

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

 a { background-color: rgb(247,204,146); }

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

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

 span { border-color: rgb(247,204,146); }

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