#FACA92

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

Shades of Peach-Orange #FACA92

Tints of Peach-Orange #FACA92

Color information

#FACA92 (or 0xFACA92) is unknown color: approx Peach-Orange. HEX triplet: FA, CA and 92. RGB value is (250,202,146). Sum of RGB (Red+Green+Blue) = 250+202+146=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA92 is #05356D. Grayscale: #D2D2D2. Windows color (decimal): -341358 or 9620218. OLE color: 9620218.

HSL color Cylindrical-coordinate representation of color #FACA92: hue angle of 32.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FACA92 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250202146-
CMYK00.190.420.02
HSL32.31º91.23%77.65%-
HSV(B)32.31º41.6%98.04%-
XYZ65.7364.6436.21-
YUV209.9791.9156.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 146 (57.42% from 255) = 24.41%
R=41.81%
G=33.78%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020214600.190.420.0232.3191.2377.65
HexFACA920132A2205b4e
Octal37231222202352240133116
Binary1111101011001010100100100100111010101010000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA92; }

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

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

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

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

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

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

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

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