#F7CA92

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

Shades of Peach-Orange #F7CA92

Tints of Peach-Orange #F7CA92

Color information

#F7CA92 (or 0xF7CA92) is unknown color: approx Peach-Orange. HEX triplet: F7, CA and 92. RGB value is (247,202,146). Sum of RGB (Red+Green+Blue) = 247+202+146=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA92 is #08356D. Grayscale: #D1D1D1. Windows color (decimal): -537966 or 9620215. OLE color: 9620215.

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

Color convert

RGB247202146-
CMYK00.180.410.03
HSL33.27º86.32%77.06%-
HSV(B)33.27º40.89%96.86%-
XYZ64.6764.0936.16-
YUV209.0792.41155.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=41.51%
G=33.95%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720214600.180.410.0333.2786.3277.06
HexF7CA9201229321564d
Octal36731222202251341126115
Binary1111011111001010100100100100101010011110000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CA92; }

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

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

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

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

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

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

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

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